forked from yijkan/FBParisHack2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 681 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "hackathon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.13.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.3",
"express": "^4.13.1",
"express-session": "^1.11.3",
"https": "^1.0.0",
"morgan": "^1.6.1",
"node-wav-player": "0.0.1",
"passport": "^0.2.2",
"passport-facebook": "^2.0.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"string-tokenizer": "0.0.8",
"watson-developer-cloud": "^3.3.0"
}
}