forked from yeoman/generator-webapp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 967 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
{
"name": "generator-gulp-dahdah",
"version": "2.4.1",
"description": "Scaffold out a front-end web app",
"license": "BSD-2-Clause",
"repository": "jdahdah/generator-gulp-dahdah",
"author": "Jerome Dahdah and the Yeoman Team",
"main": "app/index.js",
"engines": {
"node": ">=4",
"npm": ">=1.3"
},
"scripts": {
"test": "mocha --reporter spec --timeout 3000"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"web",
"app",
"front-end",
"h5bp",
"jade",
"pug",
"nunjucks",
"modernizr",
"jquery",
"gulp"
],
"dependencies": {
"chalk": "^1.0.0",
"generator-jasmine": "^0.2.1",
"generator-mocha": "^0.3.1",
"mkdirp": "^0.5.1",
"underscore.string": "^3.1.1",
"wiredep": "^4.0.0",
"yeoman-assert": "^2.1.1",
"yeoman-generator": "^0.24.1",
"yosay": "^1.2.0"
},
"devDependencies": {
"mocha": "^3.1.0",
"yeoman-test": "^1.5.1"
}
}