forked from Lunatic83/generator-cg-gas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 981 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
38
39
40
41
42
43
44
{
"name": "generator-cg-gas",
"version": "3.3.3",
"description": "Yeoman Generator for Enterprise Angular projects, with Gulp Angular Sass",
"keywords": [
"yeoman-generator",
"angular",
"gulp",
"sass"
],
"homepage": "https://github.com/Lunatic83/generator-cg-gas",
"bugs": "https://github.com/Lunatic83/generator-cg-gas/issues",
"author": {
"name": "Gaspare Scherma",
"email": "[email protected]",
"url": "https://github.com/Lunatic83"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/Lunatic83/generator-cg-gas.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"underscore": "~1.5",
"underscore.string": "~2.3",
"yeoman-generator": "~0.16",
"chalk": "~0.4.0",
"ng-parse-module": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}