-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 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
{
"name": "slush-ng",
"description": "A minimalist Angularjs boiler plate",
"version": "0.1.2",
"homepage": "https://github.com/arvindr21/slush-ng",
"author": {
"name": "Arvind Ravulavaru",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/arvindr21/slush-ng.git"
},
"bugs": {
"url": "https://github.com/arvindr21/slush-ng/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/arvindr21/slush-ng/blob/master/LICENSE"
}],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"slush": ">=1.0.0",
"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",
"iniparser": "^1.0.5"
},
"keywords": [
"slushgenerator",
"Angularjs",
"minimal",
"boilerplate"
]
}