forked from yeoman/generator-webapp_DEPRECATED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 804 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
{
"name": "generator-webapp",
"version": "0.5.0",
"description": "Scaffold out a front-end web app",
"license": "BSD",
"repository": "yeoman/generator-webapp",
"author": "The Yeoman Team",
"main": "app/index.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"scripts": {
"test": "mocha --reporter spec"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"web",
"app",
"front-end",
"h5bp",
"modernizr",
"jquery",
"grunt"
],
"dependencies": {
"chalk": "^0.5.1",
"cheerio": "^0.17.0",
"yeoman-generator": "~0.17.3",
"yosay": "~1.0.0"
},
"devDependencies": {
"mocha": "*",
"underscore": "^1.6.0"
},
"peerDependencies": {
"yo": ">=1.2.0",
"generator-mocha": ">=0.1.0"
}
}