-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.31 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.31 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "generator-angular-eggs",
"version": "2.3.7",
"description": "Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server",
"license": "MIT",
"author": {
"name": "Fumio SAGAWA",
"email": "fumio.sagawa@gmail.com",
"url": "https://github.com/albatrosary"
},
"repository": {
"type": "git",
"url": "git://github.com/albatrosary/generator-angular-eggs.git"
},
"bugs": {
"url": "https://github.com/albatrosary/generator-angular-eggs/issues"
},
"main": "app/index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"files": [
"app",
"components",
"directives",
"resource",
"server",
"service",
"test"
],
"keywords": [
"yeoman-generator",
"web",
"app",
"bootstrap",
"grunt",
"bower",
"angular",
"ngComponentRouter",
"express",
"TingoDB"
],
"dependencies": {
"chalk": "^1.1.1",
"generator-jasmine": "^0.2.2",
"generator-mocha": "^0.3.0",
"istanbul": "^0.4.2",
"mkdirp": "^0.5.1",
"underscore.string": "^3.2.3",
"wiredep": "^4.0.0",
"yeoman-generator": "^0.22.5",
"yosay": "^1.1.0"
},
"devDependencies": {
"grunt-cli": "^1.1.0",
"mocha": "^2.4.5",
"yeoman-assert": "^2.1.1"
},
"peerDependencies": {}
}