Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Created January 8, 2018 01:25
Show Gist options
  • Save DazWilkin/e0a61cc80453b227077be75c49d38599 to your computer and use it in GitHub Desktop.
Save DazWilkin/e0a61cc80453b227077be75c49d38599 to your computer and use it in GitHub Desktop.
First (Worst?) Google Assistant app
{
"name": "silly app",
"version": "0.0.1",
"description": "First Google Actions SDK",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"actions-on-google": "^1.7.0"
},
"keywords": [
"google",
"home",
"actions"
],
"author": "YOUR NAME <[email protected]>",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment