Skip to content

Instantly share code, notes, and snippets.

@sherazlodhi
Created May 2, 2018 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sherazlodhi/fca21b5da2f870e11343fffd02e8bb35 to your computer and use it in GitHub Desktop.
Save sherazlodhi/fca21b5da2f870e11343fffd02e8bb35 to your computer and use it in GitHub Desktop.
{
"name": "dialogflowFirebaseFulfillment",
"description": "This is the default fulfillment for a Dialogflow agents using Cloud Functions for Firebase",
"version": "0.0.1",
"private": true,
"license": "Apache Version 2.0",
"author": "Google Inc.",
"engines": {
"node": "~6.0"
},
"scripts": {
"start": "firebase serve --only functions:dialogflowFirebaseFulfillment",
"deploy": "firebase deploy --only functions:dialogflowFirebaseFulfillment"
},
"dependencies": {
"actions-on-google": "2.0.0",
"firebase-admin": "^4.2.1",
"firebase-functions": "^0.5.7",
"dialogflow": "^0.1.0",
"dialogflow-fulfillment": "^0.3.0-beta.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment