forked from XIANFESchool/newcomer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 980 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
{
"name": "newcomer",
"version": "1.0.0",
"description": "新人培训 (零基础培训)",
"main": "index.js",
"scripts": {
"precommit": "npm test",
"prepush": "npm test",
"test": "eslint src",
"csslint": "csslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hjzheng/newcomer.git"
},
"author": "hjzheng<[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/hjzheng/newcomer/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/shuyun-cz-conventional-changelog"
}
},
"homepage": "https://github.com/hjzheng/newcomer#readme",
"devDependencies": {
"csslint": "^0.10.0",
"eslint": "^2.11.1",
"eslint-config-angular": "^0.5.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-angular": "^1.0.1",
"husky": "^0.11.4",
"shuyun-cz-conventional-changelog": "github:shuyunxianfeschool/shuyun-cz-conventional-changelog"
}
}