18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"name": "example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "test.js",
|
|
"dependencies": {
|
|
"alexa-sdk": "^1.0.25",
|
|
"body-parser": "^1.13.1",
|
|
"ejs": "^2.5.7",
|
|
"express": "^4.13.0",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"mongodb": "^2.2.33",
|
|
"request": "^2.83.0"
|
|
},
|
|
"author": "Matt Kruse <github@mattkruse.com> (http://mattkruse.com/)",
|
|
"license": "MIT"
|
|
}
|