forked from agarnaas/gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.32 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
{
"name": "node-gitlab",
"version": "1.4.0",
"description": "Gitlab API nodejs client.",
"main": "index.js",
"scripts": {
"test": "mocha --harmony -R spec -r co-mocha -t 40000 test/*.test.js",
"test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -r co-mocha -t 40000 test/*.test.js",
"test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -r co-mocha -t 40000 test/*.test.js",
"jshint": "jshint .",
"autod": "autod -w --prefix '~'",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"any-promise": "^1.3.0",
"debug": "~2.2.0",
"restful-client": "git+https://github.com/docstream/restful-client.git",
"thunkify-wrap": "~1.0.4"
},
"devDependencies": {
"autod": "*",
"co-mocha": "*",
"contributors": "*",
"istanbul-harmony": "*",
"mocha": "*",
"objectid": "^3.2.1",
"pedding": "~1.0.0",
"should": "~6.0.3"
},
"homepage": "https://github.com/repo-utils/gitlab",
"repository": {
"type": "git",
"url": "git://github.com/repo-utils/gitlab.git"
},
"keywords": [
"gitlab",
"gitlab api",
"git"
],
"author": "fengmk2 <[email protected]>",
"license": "MIT"
}