-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.12 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
46
47
48
49
50
51
{
"name": "nodeos-git",
"version": "0.8.0",
"description": "NodeOS git client",
"main": "lib",
"bin": "bin/nogit.js",
"preferGlobal": true,
"scripts": {
"coveralls": "easy-coveralls",
"test": "mocha",
"test:watch": "npm run test -- -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luii/nodeos-git.git"
},
"keywords": [
"git",
"client"
],
"author": "luii",
"license": "MIT",
"bugs": {
"url": "https://github.com/luii/nodeos-git/issues"
},
"homepage": "https://github.com/luii/nodeos-git#readme",
"dependencies": {
"chalk": "^1.1.3",
"fs-promise": "^0.5.0",
"ncp": "^2.0.0",
"nodegit": "^0.14.1",
"parse-git-config": "^1.1.1",
"progress": "^1.1.8",
"rc": "^1.1.6",
"yargs": "^6.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"del": "^2.2.2",
"easy-coveralls": "0.0.1",
"gunzip-maybe": "^1.3.1",
"mocha": "^3.0.2",
"sinon": "^1.17.5",
"sinon-as-promised": "^4.0.2",
"sinon-chai": "^2.8.0",
"tar-fs": "^1.13.2",
"temp": "^0.8.3",
"tmp": "0.0.28"
}
}