forked from yeoman/generator-webapp_DEPRECATED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 818 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
{
"name": "generator-webapp",
"version": "1.1.2",
"description": "Scaffold out a front-end web app",
"license": "BSD",
"repository": "yeoman/generator-webapp",
"author": "Yeoman",
"main": "app/index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 3000"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"web",
"app",
"front-end",
"h5bp",
"modernizr",
"jquery",
"grunt"
],
"dependencies": {
"chalk": "^1.0.0",
"generator-jasmine": "^0.2.0",
"generator-mocha": "^0.2.0",
"mkdirp": "^0.5.1",
"underscore.string": "^3.1.1",
"wiredep": "^2.2.2",
"yeoman-generator": "^0.20.1",
"yosay": "^1.0.4"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"mocha": "*",
"yeoman-assert": "^2.0.0"
}
}