UNPKG

node-gitlab

Version:
44 lines (43 loc) 1.31 kB
{ "name": "node-gitlab", "version": "1.6.1", "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.6.9", "restful-client": "~1.0.0", "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 <fengmk2@gmail.com>", "license": "MIT" }