solar-chat-bot
Version:
Agnostic micro-framework for dialogflow fulfillment
22 lines (21 loc) • 483 B
JSON
{
"name": "solar-chat-bot",
"version": "0.0.1-11",
"description": "Agnostic micro-framework for dialogflow fulfillment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Dialogflow",
"fulfillment",
"framework"
],
"author": "Ala Rai AbdiAllah",
"license": "ISC",
"dependencies": {
"actions-on-google": "^2.7.1",
"dialogflow": "^0.10.1",
"dialogflow-fulfillment": "^0.6.1"
}
}