-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1009 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-angular15",
"version": "1.0.0",
"description": "Yeoman Generator for Enterprise Angular 1 projects with Webpack.",
"keywords": [
"yeoman-generator",
"angular"
],
"homepage": "https://github.com/cgross/generator-cg-angular15",
"bugs": "https://github.com/cgross/generator-cg-angular15/issues",
"author": {
"name": "Chris Gross",
"email": "schtoo@schtoo.com",
"url": "https://github.com/cgross"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/cgross/generator-cg-angular15.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"chalk": "~0.4.0",
"html-wiring": "^1.2.0",
"ng-parse-module": "~2.0.0",
"typescript": "^1.8.10",
"underscore": "~1.5",
"underscore.string": "~2.3",
"yeoman-generator": "^0.24.1"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}