-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 963 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
{
"name": "git-contributor",
"version": "2.1.5",
"description": "git contributor",
"keywords": [
"contributor"
],
"bin": {
"git-contributor": "./bin/git-contributor.js"
},
"files": [
"bin",
"lib",
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:xudafeng/git-contributor.git"
},
"homepage": "https://github.com/xudafeng/git-contributor",
"dependencies": {
"commander": "^2.15.1",
"urllib": "^3.10.0",
"xutil": "^1.0.11"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"c8": "^7.12.0",
"eslint": "*",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^10.2.0",
"pre-commit": "*"
},
"scripts": {
"ci": "npm run lint && npm run test",
"test": "c8 --reporter=lcov --reporter=text mocha",
"lint": "eslint . --fix",
"contributor": "./bin/git-contributor.js"
},
"pre-commit": [
"lint"
],
"license": "MIT"
}