Files
old-tellall/backend/package.json

18 lines
396 B
JSON
Raw Normal View History

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-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"
}