-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "webStat",
"version": "1.1.0",
"description": "A client for webstat",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/muratsplat/webStat.git"
},
"keywords": [
"System",
"Status",
"web",
"app"
],
"author": "Murat Ödünç",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/muratsplat/webStat/issues"
},
"homepage": "https://github.com/muratsplat/webStat",
"devDependencies": {
"babel": "^5.6.23",
"babelify": "^6.1.3",
"browserify": "^11.0.0",
"del": "^1.2.0",
"eventemitter2": "^0.4.14",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.6.0",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jasmine": "^2.3.1",
"jshint-stylish": "^2.0.1",
"vinyl-source-stream": "^1.1.0"
}
}