-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
executable file
·67 lines (67 loc) · 1.53 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
{
"name": "slush-y",
"description": "A slush generator for Best Practices with AngularJS Fullstack applications.",
"version": "1.3.4",
"homepage": "https://github.com/joelcoxokc/slush-y",
"author": "Joel Cox <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/joelcoxokc/slush-y.git"
},
"bugs": {
"url": "https://github.com/joelcoxokc/slush-y/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/joelcoxokc/slush-y/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "slush y"
},
"dependencies": {
"bluebird": "^2.3.10",
"chalk": "^0.5.1",
"del": "^0.1.3",
"fs-extra": "^0.12.0",
"fs.extra": "^1.2.1",
"gulp": "^3.6.2",
"gulp-config": "^0.2.4",
"gulp-conflict": "^0.1.1",
"gulp-finder": "^1.0.2",
"gulp-inject": "^1.0.2",
"gulp-install": "^0.1.4",
"gulp-load-plugins": "^0.7.0",
"gulp-rename": "^1.2.0",
"gulp-storage": "^1.0.6",
"gulp-template": "^0.1.1",
"gulp-util": "^3.0.1",
"inflection": "^1.3.5",
"iniparser": "^1.0.5",
"inquirer": "^0.4.1",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"q": "^1.0.1",
"slush": ">=1.0.0",
"underscore.string": "^2.3.3"
},
"keywords": [
"slushgenerator",
"generator",
"slush",
"MEAN",
"MongoDB",
"Fullstack",
"Expressjs",
"Angularjs",
"Node"
],
"license": "ISC",
"devDependencies": {}
}