-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 KB
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-typescript",
"version": "0.10.6",
"description": "Scaffold out a front-end project with angular, typescript and much more..",
"keywords": [
"yeoman-generator",
"angular2",
"typescript",
"systemjs",
"webpack"
],
"scripts": {
"test": "mocha --reporter spec --timeout 3000",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
"engines": {
"node": "6.2.0"
},
"homepage": "https://github.com/shibbir/generator-angular2-typescript",
"bugs": "https://github.com/shibbir/generator-angular2-typescript/issues",
"author": {
"name": "Shibbir Ahmed",
"url": "https://github.com/shibbir"
},
"repository": "shibbir/generator-angular2-typescript",
"main": "app/index.js",
"license": "MIT",
"files": [
"index.js",
"generators"
],
"dependencies": {
"generator-license": "^4.0.0",
"lodash": "^4.17.2",
"yeoman-generator": "^1.0.1",
"yosay": "^1.2.1"
},
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"yeoman-assert": "^2.2.2",
"yeoman-test": "^1.6.0"
}
}