-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.16 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "eggup",
"version": "2.3.4",
"description": "Order breakfast eggs at the Silverspin office",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljungmark/eggup-node.git"
},
"author": "twitter.com/ljungmark",
"license": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)",
"bugs": {
"url": "https://github.com/ljungmark/eggup-node/issues"
},
"homepage": "https://github.com/ljungmark/eggup-node#readme",
"dependencies": {
"body-parser": "^1.16.1",
"cookie-parser": "^1.3.5",
"express": "^4.14.1",
"express-session": "^1.15.3",
"mysql": "^2.13.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-github2": "^0.1.10",
"passport-google-oauth20": "^2.0.0",
"passport-instagram": "^1.0.0",
"passport-linkedin": "^1.0.0",
"passport-okta-oauth": "^0.0.1",
"passport-reddit": "^0.2.4",
"passport-spotify": "^0.3.1",
"passport-steam": "^1.0.8",
"passport-twitter": "^1.0.4",
"socket.io": "^2.0.1"
}
}