-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 895 Bytes
/
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
{
"version": "1.0.9",
"name": "slush-angular2",
"description": "Slush Generator For Angular2",
"author": {
"name": "Ryan Usumi",
"email": "rmusumi@hotmail.com",
"url": "https://ryanmetin.github.io"
},
"homepage": "https://github.com/ryanmetin/slush-angular2",
"license": "MIT",
"maintainers": [
{
"name": "ryanmetin",
"email": "rmusumi@hotmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/ryanmetin/slush-angular2.git"
},
"main": "slushfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-aside": "^1.0.1",
"gulp-conflict": "^0.4.0",
"gulp-install": "^0.6.0",
"gulp-template": "^4.0.0",
"inquirer": "^1.2.2"
},
"bugs": {
"url": "https://github.com/ryanmetin/slush-angular2/issues"
},
"keywords": [
"slushgenerator", "angular", "angular2", "systemjs", "typescript"
]
}