-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 864 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
{
"name": "gitum",
"version": "1.0.4",
"description": "git user config manager,help you easy and fast set git local user config",
"main": "index.js",
"bin": {
"gum": "./cli.js"
},
"scripts": {
"lint": "eslint --fix ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forthedamn/gitum.git"
},
"keywords": [
"git",
"git config"
],
"author": "forthedamn",
"license": "MIT",
"bugs": {
"url": "https://github.com/forthedamn/gitum/issues"
},
"homepage": "https://github.com/forthedamn/gitum#readme",
"dependencies": {
"commander": "^2.9.0",
"extend": "^3.0.0",
"node-echo": "^0.1.1",
"simple-git": "^1.107.0",
"debug": "^4.1.0"
},
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}