-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.07 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
51
52
53
54
55
56
57
{
"name": "generator-ng-super",
"version": "0.1.0",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/index.js",
"repository": "http://github.com/jshipster/generator-ng-super",
"author": {
"name": "Mohammad Umair Khan",
"email": "mohammad.umair.k@gmail.com",
"url": "https://github.com/mohuk"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app",
"controller",
"constant",
"directive",
"factory",
"value",
"feature",
"filter",
"view",
"templates",
"utils.js",
"paths.js"
],
"keywords": [
"yeoman-generator",
"scaffold",
"framework",
"component",
"front-end",
"app",
"angular",
"ng-super"
],
"bugs": {
"url": "http://github.com/jshipster/generator-ng-super/issues",
"email": "mohammad.umair.k@gmail.com"
},
"dependencies": {
"chalk": "^0.5.0",
"lodash": "^2.4.1",
"yeoman-generator": "^0.17.0",
"yosay": "^0.3.0",
"yo": ">=1.0.0"
},
"devDependencies": {
"mocha": "*"
}
}