-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
45 lines (45 loc) · 1006 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
45
{
"name": "generator-angular2",
"version": "0.6.4",
"description": "Angular2 Yeoman Generator",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/swirlycheetah/generator-angular2.git"
},
"author": "Chris Wheatley <[email protected]>",
"bugs": {
"url": "https://github.com/swirlycheetah/generator-angular2/issues"
},
"homepage": "https://github.com/swirlycheetah/generator-angular2",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"yeoman-generator",
"angular yeoman",
"angular2 yeoman",
"angularjs",
"angular",
"angularjs2",
"angular2",
"es6"
],
"preferGlobal": true,
"dependencies": {
"chalk": "1.1.x",
"lodash": "4.13.x",
"npm-check": "5.2.x",
"yeoman-generator": "0.23.x",
"yeoman-assert": "2.2.x",
"yeoman-test": "1.4.x",
"yosay": "1.0.2"
},
"devDependencies": {
"mocha": "2.2.4"
}
}