-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "generator-angm",
"version": "1.0.7",
"description": "AngularJS Yeoman Generator to help you getting started with a new project based on AngularJS and Angular Material to build large scale applications.",
"license": "MIT",
"main": "app/index.js",
"repository": "https://github.com/newaeonweb/generator-angm",
"author": {
"name": "Fernando Monteiro",
"url": "https://github.com/newaeonweb/generator-angm"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"yeoman-generator",
"AngularJS",
"ng",
"Angular Directives",
"AngularJS modular",
"karma",
"Angular Generator"
],
"dependencies": {
"chalk": "^1.1.1",
"mkdirp": "^0.5.1",
"underscore": "^1.8.3",
"underscore.inflections": "^0.2.1",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.22.2",
"yo": "^1.6.0",
"yosay": "^1.1.0"
},
"devDependencies": {
"assert": "~1.1.1",
"async": "~0.9.0",
"fs-extra": "~0.10.0",
"grunt-concurrent": "^1.0.0",
"mocha": "*",
"temp": "~0.8.0",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.1.0"
}
}