forked from arvindr21/slush-meanjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.12 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.12 KB
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
{
"name": "slush-meanjs",
"description": "A slush generator to scaffold MEAN Apps. Inspired by http://meanjs.org",
"version": "0.2.3",
"homepage": "https://github.com/arvindr21/slush-meanjs",
"author": {
"name": "Arvind Ravulavaru",
"email": "arvind.ravulavaru@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/arvindr21/slush-meanjs.git"
},
"bugs": {
"url": "https://github.com/arvindr21/slush-meanjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arvindr21/slush-meanjs/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"gulp": "^3.6.2",
"gulp-template": "^0.1.1",
"gulp-install": "^0.1.4",
"gulp-conflict": "^0.1.1",
"gulp-rename": "^1.2.0",
"underscore.string": "^2.3.3",
"inquirer": "^0.4.1",
"inflection": "^1.3.5",
"mkdirp": "^0.5.0"
},
"keywords": [
"slushgenerator",
"MEAN",
"MongoDB",
"Expressjs",
"Angularjs",
"Node"
]
}