forked from sytac/slush-fast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.68 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "slush-fast",
"version": "3.1.2",
"description": "afkl freak angular scaffolding tool.",
"publishConfig": {
"registry": "https://mvnproxy.eden.klm.com/content/repositories/npm-internal/"
},
"repository": {
"type": "git",
"url": "https://stash.eden.klm.com/scm/fe/freak-angular-scaffolding-tool.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JP Wesselink <jpwesselink@gmail.com>",
"contributors": [{
"name": "JP Wesselink",
"email": "jpwesselink@gmail.com"
}, {
"name": "Gregory Cowan",
"email": "g.cowan@amnzero.nl"
}],
"license": "Commercial",
"devDependencies": {
"gulp-istanbul": "^0.5.0",
"gulp-jasmine": "^2.0.0",
"gulp-tag-version": "^1.2.1",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.2",
"jasmine-sinon": "^0.4.0",
"node-beautify": "0.0.2",
"sinon": "^1.12.2"
},
"dependencies": {
"extend": "^2.0.0",
"figlet": "^1.1.0",
"glob": "^4.0.6",
"globule": "^0.2.0",
"gulp": "^3.8.9",
"gulp-beautify": "^1.1.0",
"gulp-bump": "^0.1.13",
"gulp-concat": "^2.4.2",
"gulp-conflict": "^0.2.0",
"gulp-file": "^0.2.0",
"gulp-git": "^0.5.5",
"gulp-if": "^1.2.5",
"gulp-install": "^0.2.0",
"gulp-jsbeautifier": "0.0.4",
"gulp-jslint": "^0.1.8",
"gulp-json-editor": "^2.2.1",
"gulp-release-tasks": "0.0.3",
"gulp-rename": "^1.2.0",
"gulp-sequence": "^0.3.1",
"gulp-tap": "^0.1.3",
"gulp-template": "^1.1.1",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"iniparser": "^1.0.5",
"inquirer": "^0.8.0",
"lodash": "^2.4.1",
"node-beautify": "0.0.2",
"q": "^1.0.1",
"random-string": "^0.1.1",
"run-sequence": "^1.0.1",
"slush": "^1.0.1",
"underscore.string": "^2.3.3"
}
}