-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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
52
53
54
55
56
57
58
{
"name": "generator-zero",
"version": "0.0.6",
"description": "A simple frontend scaffold using coffeescript, pug, stylus, webpack",
"homepage": "https://github.com/Hacker-YHJ/generator-zero",
"author": {
"name": "Thomas Yang",
"email": "[email protected]",
"url": "http://thomas-yang.me"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"frontend scafflod",
"scafflod",
"frontend boilerplate",
"boilerplate",
"coffeescript",
"webpack",
"pug",
"stylus"
],
"dependencies": {
"chalk": "^1.1.3",
"inquirer-npm-name": "^2.0.0",
"mkdirp": "^0.5.1",
"yeoman-generator": "^3.0.0",
"yosay": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^6.10.3",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.6.0",
"natives": "1.1.3",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.1.1",
"gulp-istanbul": "^1.1.1",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^4.3.1",
"gulp-nsp": "^3.0.1",
"gulp-plumber": "^1.1.0"
},
"repository": "Hacker-YHJ/generator-zero",
"scripts": {
"test": "gulp"
},
"license": "MIT"
}