nubot
Version:
A conversational context-aware chatbot
88 lines (87 loc) • 2.02 kB
JSON
{
"name": "nubot",
"description": "A conversational context-aware chatbot",
"standard": {
"env": [
"mocha"
]
},
"author": "PropertyUX",
"keywords": [
"github",
"nubot",
"hubot",
"chatbot",
"bot",
"campfire",
"slack",
"irc",
"rocket.chat",
"bot"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:PropertyUX/nubot.git"
},
"dependencies": {
"app-root-path": "^2.0.1",
"async": ">=0.1.0 <1.0.0",
"chalk": "^1.0.0",
"cline": "^0.8.2",
"coffee-script": "^1.12.7",
"connect-multiparty": "^1.2.5",
"dotenv": "^4.0.0",
"express": "^3.21.2",
"mockery": "^2.1.0",
"nubot-playbook": "^2.1.3",
"scoped-http-client": "0.11.0",
"winston": "^3.0.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"chai": "~2.1.0",
"commitizen": "^2.9.6",
"coveralls": "^2.13.1",
"cz-conventional-changelog": "^2.1.0",
"hubot-pretend": "^1.2.0",
"mocha": "^2.1.0",
"nubot-connect-mongo": "^0.1",
"nyc": "^11.2.1",
"semantic-release": "^8.0.3",
"sinon": "~1.17.0",
"sinon-chai": "^2.8.0",
"standard": "^10.0.3"
},
"engines": {
"node": "> 8.0.0",
"npm": "> 5.0.0"
},
"main": "./index",
"bin": {
"nubot": "./bin/nubot"
},
"nyc": {
"reporter": [
"lcovonly",
"text"
]
},
"scripts": {
"start": "bin/nubot",
"shell": "node start.js -a shell --scripts test/scripts/shell.js",
"debug": "node --inspect --inspect-brk start.js -a shell",
"pretest": "standard",
"test": "nyc mocha test",
"test:smoke": "node src/**/*.js",
"commit": "git add -A && git status -s && git-cz",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"version": "0.5.8",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}