UNPKG

workplus-api

Version:
33 lines (32 loc) 922 B
{ "name": "workplus-api", "version": "1.0.10", "description": "WorkPlus API For Node", "main": "index.js", "scripts": { "test": "mocha --reporter spec --timeout 50000 --recursive test/", "test-cov": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -t 50000 --bail --check-leaks test/" }, "repository": { "type": "git", "url": "git+https://github.com/xiaokaceng/workplus-api.git" }, "keywords": [ "workplus", "api", "workplus-api" ], "author": "xiakaceng", "license": "MIT", "bugs": { "url": "https://github.com/xiaokaceng/workplus-api/issues" }, "homepage": "https://github.com/xiaokaceng/workplus-api#readme", "dependencies": { "request": "^2.72.0" }, "devDependencies": { "istanbul": "^0.4.4", "mocha": "^3.0.0" } }