courtbot-engine-data-courtbook
Version:
A data source for courtbot that pulls data from courtbook.
59 lines (58 loc) • 1.74 kB
JSON
{
"name": "courtbot-engine-data-courtbook",
"version": "1.1.4",
"description": "A data source for courtbot that pulls data from courtbook.",
"main": "lib/index.js",
"scripts": {
"test": "npm run lint && nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test-watch": "mocha --watch",
"build": "rm -rf lib && babel --presets es2015 src --out-dir lib",
"release": "npm run test && npm run build && release && npm publish",
"lint": "eslint src/ test/ --ext .js, .jsx --ignore-path .eslintignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefortulsa/courtbot-engine-data-courtbook.git"
},
"keywords": [
"courtbot",
"courtbook",
"data"
],
"author": "Philip Kin",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefortulsa/courtbot-engine-data-courtbook/issues"
},
"homepage": "https://github.com/codefortulsa/courtbot-engine-data-courtbook#readme",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chance": "^1.0.4",
"courtbot-engine": "^1.6.8",
"coveralls": "^2.11.16",
"dirty-chai": "^1.2.2",
"eslint": "^3.14.1",
"express": "^4.14.0",
"git-release": "^0.6.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"proxyquire": "^1.7.10",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {
"courtbot-engine": ">=1.6.8"
},
"dependencies": {
"log4js": "^1.1.0",
"node-rest-client": "^2.0.1"
}
}