forked from okunishinishi/node-gitconfig
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1022 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
46
47
{
"name": "@teambit/gitconfig",
"version": "2.0.10",
"description": "Run git config command",
"main": "lib",
"scripts": {
"test": "./ci/test.js"
},
"repository": "teambit/node-gitconfig",
"keywords": [
"git",
"config"
],
"author": {
"name": "Taka Okunishi",
"email": "[email protected]",
"url": ""
},
"license": "MIT",
"bugs": {
"url": "https://github.com/teambit/node-gitconfig/issues"
},
"homepage": "https://github.com/teambit/node-gitconfig#readme",
"dependencies": {
"argx": "^4.0.0",
"arrayreduce": "^2.1.0",
"askconfig": "^4.0.2",
"co": "^4.6.0",
"execcli": "^5.0.2",
"lodash.get": "^4.4.2",
"objnest": "^5.0.3"
},
"devDependencies": {
"amocha": "^5.0.0",
"ape-releasing": "^4.0.4",
"ape-reporting": "^3.0.1",
"ape-tasking": "^4.0.8",
"ape-tmpl": "^6.0.11",
"ape-updating": "^5.0.1",
"coz": "^7.0.2",
"injectmock": "^2.0.0"
},
"engines": {
"node": ">=6",
"npm": ">=3"
}
}