forked from cgross/generator-cg-angular
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 882 Bytes
/
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
{
"name": "generator-jlb-angular",
"version": "0.1.0",
"description": "Yeoman Generator for maintainable AngularJS projects.",
"keywords": [
"yeoman-generator",
"angular",
"best practices"
],
"homepage": "https://github.com/JLBoor/generator-jlb-angular",
"bugs": {
"url": "https://github.com/JLBoor/generator-jlb-angular/issues"
},
"author": "Jean-Louis Bourgeois (http://jlboor.github.io/)",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/JLBoor/generator-jlb-angular"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"underscore": "~1.5",
"underscore.string": "~2.3",
"yeoman-generator": "~0.18",
"chalk": "~0.4.0",
"ng-parse-module": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"license": "MIT"
}