-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 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
48
49
50
51
52
53
54
55
56
57
{
"name": "generator-reqtangular",
"version": "0.0.9",
"description": "AngularJS RequireJS Bootstrap. Yeoman applications generator",
"license": "Apache License",
"main": "app/index.js",
"repository": "https://github.com/codebusters/generator-reqtangular",
"author": {
"name": "codeBusters",
"email": "[email protected]",
"url": "http://www.codebusters.es"
},
"contributors": [
{
"name": "Leonardo Miceli",
"email": "[email protected]"
},
{
"name": "Thorsten Scherler",
"email": "[email protected]"
},
{
"name": "Jose Figueruela Fernández",
"email": "[email protected]"
}
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"angularjs",
"requirejs",
"webapp",
"grunt",
"bootstrap",
"less"
],
"dependencies": {
"yeoman-generator": "~0.17.0",
"chalk": "~0.5.1",
"yosay": "^1.0.0",
"synchronize": "~0.9.8"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}