-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1022 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "generator-happy-mobile-webapp",
"version": "0.2.8",
"description": "Scaffolds out a front-end mobile webapp, ES6 supported",
"license": "MIT",
"repository": "zerob13/generator-happy-mobile-webapp",
"author": "zerob13",
"main": "app/index.js",
"engines": {
"node": ">=0.11.0",
"npm": ">=2.7.0"
},
"scripts": {
"test": ""
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"web",
"app",
"mustache",
"front-end",
"mobile",
"h5bp",
"modernizr",
"zepto",
"bower",
"babel",
"ES6",
"grunt",
"coffeescript",
"jquery"
],
"dependencies": {
"chalk": "^1.0.0",
"cheerio": "^0.19.0",
"yosay": "^1.0.3",
"yeoman-generator": "^0.18.10"
},
"devDependencies": {
"underscore": "^1.8.2"
},
"peerDependencies": {
"yo": ">=1.4.0"
}
}