-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.12 KB
/
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
46
47
48
49
50
{
"name": "generator-ng-appgen",
"version": "1.0.2",
"description": "Yeoman Generator for Enterprise grade Angular projects.",
"keywords": [
"yeoman-generator",
"angular"
],
"homepage": "https://github.com/tapas4java/generator-ng-appgen",
"bugs": {
"url": "https://github.com/tapas4java/generator-ng-appgen/issues"
},
"author": {
"name": "Tapas Jena",
"email": "tapas.friends@gmail.com",
"url": "https://www.anitechcs.com"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/tapas4java/generator-ng-appgen.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"underscore": "~1.7.0",
"underscore.string": "~2.3.3",
"yeoman-generator": "~0.17.7",
"chalk": "~1.0.0",
"ng-parse-module": "~0.1.0"
},
"devDependencies": {
"mocha": "~2.0.1"
},
"engines": {
"node": ">=0.10.32"
},
"license": "Apache License 2.0",
"_npmUser": {
"name": "tapas4java",
"email": "tapas.friends@gmail.com"
},
"maintainers": [
{
"name": "Tapas Jena",
"email": "tapas.friends@gmail.com"
}
]
}