-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.1 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
40
41
42
{
"name": "collaborative-lists",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"local": "./node_modules/.bin/nodemon -L --ignore public/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/efredine/collaborative-lists.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/efredine/collaborative-lists/issues"
},
"homepage": "https://github.com/efredine/collaborative-lists#readme",
"dependencies": {
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"isomorphic-fetch": "^2.2.1",
"jwt-simple": "^0.5.1",
"knex": "^0.11.7",
"knex-logger": "^0.1.0",
"morgan": "^1.7.0",
"moviedb": "^0.2.7",
"passport": "^0.3.2",
"passport-facebook-token": "^3.3.0",
"passport-jwt": "^2.2.1",
"pg": "^6.0.2",
"redux-logger": "^2.7.4",
"redux-socket.io": "^1.3.1",
"socket.io": "^1.7.1",
"socketio-jwt": "^4.5.0",
"yelp": "^1.0.2"
}
}