-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.01 KB
/
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
48
49
50
51
{
"name": "generator-tze",
"version": "0.1.12",
"description": "Yeoman custom generator for basic webapp development using SASS, jQuery, jQuery-UI, and Modernizr.",
"license": "MIT",
"main": "app/index.js",
"repository": "tlei123/generator-tze",
"author": {
"name": "Tze-chiu Lei",
"email": "[email protected]",
"url": "https://github.com/tlei123"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"generator",
"tze",
"init",
"create",
"boilerplate",
"grunt",
"sass",
"jquery",
"jquery-ui",
"modernizr"
],
"dependencies": {
"chalk": "^0.5.1",
"postdata": "0.0.2",
"yeoman-generator": "^0.18.0",
"yosay": "^0.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}