botpress-janis
Version:
Monitor bots and take over live from Slack
76 lines (75 loc) • 2.08 kB
JSON
{
"name": "botpress-janis",
"version": "1.0.7",
"description": "Monitor bots and take over live from Slack",
"main": "bin/node.bundle.js",
"botpress": {
"menuText": "Janis",
"menuIcon": "custom",
"webBundle": "bin/web.bundle.js"
},
"keywords": [
"hitl",
"human in the loop",
"botpress",
"takeover",
"live takeover",
"humans in the loop",
"janis",
"take over"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node webpack.js --watch",
"compile": "node webpack.js --compile"
},
"version-manager": {
"botpress-check": ">= 0.1 < 1",
"botpress-update": "^0.x",
"module-downgrade": "~1.0.x"
},
"repository": {
"type": "git",
"url": "https://github.com/janis-ai/botpress-janis"
},
"author": "Janis",
"homepage": "https://github.com/janis-ai/botpress-janis",
"license": "AGPL-3.0",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.0.0",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^3.11.2",
"raw-loader": "^0.5.1",
"react": "^15.3.2",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.3.2",
"react-markdown": "^2.4.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.4.7",
"botpress-version-manager": "^1.0.3",
"lodash": "^4.17.3",
"lru-cache": "^4.0.2",
"janis": "^0.0.9"
}
}