Created
January 8, 2018 01:25
-
-
Save DazWilkin/e0a61cc80453b227077be75c49d38599 to your computer and use it in GitHub Desktop.
First (Worst?) Google Assistant app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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