Skip to content

Instantly share code, notes, and snippets.

@mmetting
Created June 1, 2017 09:04
Show Gist options
  • Save mmetting/13125155afd596368fc4987407f88bb4 to your computer and use it in GitHub Desktop.
Save mmetting/13125155afd596368fc4987407f88bb4 to your computer and use it in GitHub Desktop.
Include the ASK
{
"name": "helloworld-cloud",
"version": "0.2.0",
"dependencies": {
"alexa-sdk": "^1.0.9",
"aws-lambda-mock-context": "^3.1.0",
"body-parser": "~1.0.2",
"cors": "~2.2.0",
"express": "~4.0.0",
"fh-mbaas-api": "6.1.5",
"request": "2.79.0"
},
"devDependencies": {
"grunt-concurrent": "latest",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "latest",
"grunt-env": "~0.4.1",
"grunt-node-inspector": ">=0.2.0",
"grunt-nodemon": "0.4.2",
"grunt-open": "~0.2.3",
"grunt-plato": "~1.0.0",
"grunt-shell": "^0.7.0",
"istanbul": "0.2.7",
"load-grunt-tasks": "^0.4.0",
"mocha": "^2.1.0",
"proxyquire": "0.5.3",
"should": "2.1.1",
"sinon": "^1.17.2",
"supertest": "0.8.2",
"time-grunt": "^0.3.2"
},
"main": "application.js",
"scripts": {
"test": "grunt unit",
"debug": "grunt serve",
"start": "node application.js"
},
"license": "mit"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment