-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1009 Bytes
/
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
40
{
"name": "backend",
"version": "0.1.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LetterboxDev/backend.git"
},
"author": "LetterboxDev",
"license": "ISC",
"bugs": {
"url": "https://github.com/LetterboxDev/backend/issues"
},
"homepage": "https://github.com/LetterboxDev/backend#readme",
"dependencies": {
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-limiter": "^1.6.0",
"fbgraph": "^1.1.0",
"jade": "^1.11.0",
"jsonwebtoken": "^5.0.5",
"lodash": "^3.10.1",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"mysql": "^2.9.0",
"redis": "^2.4.1",
"sequelize": "^3.10.0",
"socket.io": "^1.3.7",
"socket.io-emitter": "^0.2.0",
"socket.io-redis": "^0.1.4",
"socketio-jwt": "^4.3.1",
"urijs": "^1.17.0",
"winston": "^1.0.2"
}
}