-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "generator-ngbp",
"version": "0.2.3",
"description": "Yeoman generator based on the ngBoilerplate kickstarter, a best-practice boilerplate for scalable Angular projects built on a highly modular, folder-by-feature structure. Now with easily switchable mocking via $httpBackend and RESTful resource scaffolding.",
"keywords": [
"yeoman-generator",
"angular",
"angularjs",
"boilerplate",
"ngboilerplate",
"scaffold",
"enterprise",
"framework",
"module",
"client",
"grunt",
"karma",
"express",
"app"
],
"license": "MIT",
"main": "app/index.js",
"repository": "thardy/generator-ngbp",
"author": {
"name": "Tim Hardy",
"email": "",
"url": "https://github.com/thardy"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"chalk": "~0.4.0",
"inflected": "^1.1.6",
"lodash": "^3.7.0",
"touch": "0.0.3",
"yeoman-generator": "~0.16.0",
"yo": ">=1.0.0"
},
"devDependencies": {
"mocha": "*"
}
}