-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.22 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
{
"name": "slush-appkit",
"version": "1.3.10",
"repository": {
"type": "git",
"url": "git+https://github.com/stewones/slush-appkit.git"
},
"author": "Stewan Pacheco",
"license": "MIT",
"bugs": {
"url": "https://github.com/stewones/slush-appkit/issues"
},
"main": "slushfile.js",
"homepage": "https://github.com/stewones/slush-appkit#readme",
"dependencies": {
"chai": "^3.5.0",
"colors": "^1.1.2",
"gulp": "~3.8.6",
"gulp-conflict": "~0.2.0",
"gulp-exec": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-install": "^0.2.0",
"gulp-rename": "~1.2.0",
"gulp-template": "~0.1.1",
"gulp-util": "^3.0.7",
"inquirer": "~0.5.1",
"lodash": "~3.9.3",
"mocha": "*",
"mock-gulp-dest": "^0.1.1",
"nodemon": "^1.9.2",
"slush": "^1.1.1",
"underscore.string": "~2.3.3",
"wrench": "^1.5.9",
"yargs": "^4.7.1"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "",
"slush": "slush",
"test": "mocha -R spec generator/*.spec.js"
},
"keywords": [
"slushgenerator",
"angular.js",
"javascript",
"mean",
"node",
"node.js",
"express",
"express.js",
"mongoose",
"mongodb"
]
}