forked from JakubMrozek/generator-angular-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 888 Bytes
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
{
"name": "generator-angular",
"version": "0.0.1",
"description": "Imatic devel stack for single-page applications",
"keywords": [
"yeoman-generator",
"generator-angular",
"yeoman",
"typescript",
"generator",
"framework",
"component",
"front-end",
"app"
],
"homepage": "https://github.com/JakubMrozek/generator-angular-typescript",
"bugs": "https://github.com/JakubMrozek/generator-angular-typescript/issues",
"author": "Jakub Mrozek",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/yeoman/JakubMrozek/generator-angular-typescript.git"
},
"scripts": {
"test": "mocha test"
},
"dependencies": {
"yeoman-generator": "~0.10.2"
},
"devDependencies": {
"mocha": "~1.8.1"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "BSD"
}
]
}