@broadly/botpress-hitl
Version:
Official HITL (Human In The Loop) module for Botpress
72 lines (71 loc) • 1.97 kB
JSON
{
"name": "@broadly/botpress-hitl",
"version": "10.6.2-broadly.9",
"description": "Official HITL (Human In The Loop) module for Botpress",
"main": "bin/node.bundle.js",
"botpress": {
"menuText": "HITL",
"menuIcon": "feedback",
"webBundle": "bin/web.bundle.js"
},
"keywords": [
"hitl",
"human in the loop",
"botpress"
],
"publishConfig": {
"access": "public"
},
"version-manager": {
"warn": "",
"botpress-check": ">= 0.1",
"botpress-update": "^1.x",
"module-downgrade": "~0.0.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node webpack.js --watch",
"compile": "node webpack.js --compile"
},
"repository": {
"type": "git",
"url": "https://github.com/botpress/modules"
},
"homepage": "https://github.com/botpress/modules",
"author": "Botpress",
"license": "AGPL-3.0",
"peerDependencies": {
"botpress": ">= 10.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.4.1",
"core-js": "^2.4.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"node-sass": "^3.11.2",
"react-audio-player": "^0.9.0",
"react-toggle": "^4.0.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"webpack": "^3.11.0",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"bluebird": "^3.4.7",
"botpress-version-manager": "^1.0.2",
"lodash": "^4.17.4",
"moment": "^2.17.1"
}
}