botfuel-module-adapter-assistant
Version:
Google Assistant botfuel adapter
26 lines (25 loc) • 646 B
JSON
{
"name": "botfuel-module-adapter-assistant",
"version": "0.2.0",
"repository": "https://github.com/Botfuel/botfuel-module-adapter-assistant.git",
"author": "Olivier Leplus <leplus.olivier@gmail.com>",
"description": "Google Assistant botfuel adapter",
"license": "Apache 2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Google",
"Assistant",
"Botfuel",
"Adapter"
],
"dependencies": {
"actions-on-google": "^2.2.0",
"express": "^4.16.3",
"body-parser": "^1.18.3",
"botfuel-dialog": "^10.0.2"
},
"peerDependencies": {}
}