-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 933 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
{
"name": "generator-webapp-kit",
"version": "2.1.0",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/index.js",
"repository": "fordlee404/generator-webapp-kit.git",
"author": {
"name": "Ford Lee",
"email": "[email protected]",
"url": "https://github.com/fordlee404"
},
"contributors": [
{
"name": "vvtommy",
"url": "https://github.com/vvtommy/"
}
],
"engines": {
"node": ">=0.10.20"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator"
],
"dependencies": {
"chalk": "^0.5.0",
"gruntfile-editor": "^1.0.0",
"yeoman-generator": "^0.20.3",
"yosay": "^0.3.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-watch": "^0.6.1",
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}