-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 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
47
{
"name": "slush-asponte",
"description": "A slush generator to scaffold an Angular.js / ECMAScript6-based front-end with a solid developer toolkit and build processes.",
"version": "0.1.6",
"homepage": "https://github.com/morrissinger/slush-asponte",
"author": {
"name": "Morris Singer",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/morrissinger/slush-asponte.git"
},
"bugs": {
"url": "https://github.com/morrissinger/slush-asponte/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/morrissinger/slush-asponte/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-conflict": "^0.1.1",
"gulp-install": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-template": "^0.1.1",
"include-all": "^0.1.6",
"iniparser": "^1.0.5",
"inquirer": "^0.4.1",
"slush": ">=1.0.0",
"underscore": "^1.7.0",
"underscore.string": "^2.3.3"
},
"keywords": [
"slushgenerator"
]
}