forked from xfiveco/generator-xh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 837 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
{
"name": "generator-xh",
"version": "0.7.2",
"description": "A Yeoman generator for scaffolding web projects.",
"keywords": [
"yeoman-generator",
"frontend",
"html5",
"scss",
"less",
"modernizr",
"bootstrap",
"wordpress",
"xfive"
],
"license": "MIT",
"main": "app/index.js",
"repository": "xfiveco/generator-xh",
"author": {
"name": "Xfive",
"email": "[email protected]",
"url": "https://github.com/xfiveco"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha test/**/*.test.js"
},
"dependencies": {
"async": "^1.5.0",
"chalk": "^1.1.1",
"lodash": "^3.10.1",
"q": "^1.4.1",
"string-length": "^1.0.1",
"update-notifier": "^0.5.0",
"yeoman-generator": "^0.21.1"
},
"devDependencies": {
"mocha": "*"
}
}