-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "generator-cool",
"version": "0.4.1",
"description": "A generator using Yoeman to generate files for endusers.",
"author": "Yonggu<[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:police-brain-fe/generator-cool.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"generators"
],
"main": "generators/app/index.js",
"keywords": [
"yeoman-generator",
"react",
"cool"
],
"engines": {
"node": ">=7"
},
"dependencies": {
"yeoman-generator": "^2.0.1"
},
"devDependencies": {
"@commitlint/cli": "^4.2.1",
"@commitlint/config-angular": "^4.2.1",
"babel-eslint": "^8.0.1",
"commitizen": "^2.9.6",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}