worktile
Version:
Node.js SDK for worktile APIs
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "worktile",
"version": "1.0.2",
"description": "Node.js SDK for worktile APIs",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run coverage",
"mocha": "mocha -t 60000",
"lint": "standard",
"doc": "jsdoc --configure .jsdoc.json",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/*.js -t 60000 && npm run coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/isayme/node-worktile.git"
},
"keywords": [
"worktile"
],
"author": "iSayme <isaymeorg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/isayme/node-worktile/issues"
},
"homepage": "https://github.com/isayme/node-worktile",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"docdash": "^0.1.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"moment": "^2.12.0",
"standard": "^6.0.8"
},
"dependencies": {
"debug": "^2.2.0",
"request-promise": "^3.0.0"
}
}