2017-11-28 14:36:59 +01:00
|
|
|
{
|
|
|
|
|
"name": "example",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "test.js",
|
|
|
|
|
"dependencies": {
|
2018-01-18 19:50:13 +01:00
|
|
|
"alexa-sdk": "^1.0.25",
|
2017-11-28 14:36:59 +01:00
|
|
|
"body-parser": "^1.13.1",
|
2018-01-05 23:06:37 +01:00
|
|
|
"ejs": "^2.5.7",
|
2017-11-28 14:36:59 +01:00
|
|
|
"express": "^4.13.0",
|
2018-01-05 00:51:49 +01:00
|
|
|
"isomorphic-fetch": "^2.2.1",
|
2018-01-05 20:15:56 +01:00
|
|
|
"mongodb": "^2.2.33",
|
2018-01-19 16:29:47 +01:00
|
|
|
"nodemailer": "^4.4.1",
|
2018-01-05 00:51:49 +01:00
|
|
|
"request": "^2.83.0"
|
2017-11-28 14:36:59 +01:00
|
|
|
},
|
|
|
|
|
"author": "Matt Kruse <github@mattkruse.com> (http://mattkruse.com/)",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|