watson-work-express
Version:
Express class for use with Watson Work
61 lines (60 loc) • 1.48 kB
JSON
{
"name": "watson-work-express",
"version": "3.0.4",
"description": "Express class for use with Watson Work",
"keywords": [
"Watson",
"Workspace",
"Express"
],
"homepage": "https://github.com/ScottChapman/Watson-Work-Express#readme",
"bugs": {
"url": "https://github.com/ScottChapman/Watson-Work-Express/issues"
},
"license": "ISC",
"author": "Scott Chapman",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ScottChapman/Watson-Work-Express.git"
},
"scripts": {
"unit": "(cd tests/unit; mocha *.js)",
"old-coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"cover": "nyc --reporter=text --reporter=lcov npm test",
"test": "nyc npm run unit",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"body-parser": "^1.18.2",
"crypto": "^1.0.1",
"eventemitter2": "^5.0.1",
"image-size": "^0.6.2",
"lodash": "^4.17.10",
"mustache": "^2.3.0",
"node-cache": "^4.2.0",
"request": "^2.85.0",
"request-debug": "^0.2.0",
"request-promise": "^4.2.2",
"timer-machine": "^1.1.0",
"winston": "^2.4.2"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.1.1",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.2.5",
"nyc": "^11.7.1",
"rewire": "^4.0.1",
"sinon": "^5.0.1"
},
"nyc": {
"include": [
"models/*.js",
"index.js"
]
}
}