-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
49 lines (49 loc) · 1.16 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
48
49
{
"name": "juggle-all",
"version": "1.0.5",
"description": "juggle-all",
"author": "dianbaer",
"license": "MIT",
"main": "juggle-all.js",
"typings": "",
"repository": {
"type": "git",
"url": "https://github.com/dianbaer/juggle"
},
"scripts": {
"test": "gulp test",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.0.1",
"conventional-changelog-cli": "^1.3.3",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.5",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "~0.5.4",
"gulp-shell": "^0.4.2",
"gulp-transform-module": "~2.1.1",
"gulp-uglify": "^1.2.0",
"gulp-uitest": "^0.1.1",
"gulp-zip": "^3.0.2",
"jshint": "^2.9.4",
"merge-stream": "^0.1.8",
"mocha": "=3.0.2",
"should": "^8.0.2",
"through2": "^2.0.0",
"uitest": "^1.1.4"
},
"sources": {
"files": [
"juggle-help/src/Tools.js"
]
},
"extensions": {}
}