-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 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
{
"name": "prevale",
"version": "1.0.0",
"description": "explore, discover, prevale",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natelevine/prevale.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/natelevine/prevale/issues"
},
"homepage": "https://github.com/natelevine/prevale#readme",
"dependencies": {
"body-parser": "^1.15.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"lodash": "^4.5.1",
"method-override": "^2.3.5",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"request": "^2.69.0",
"rethinkdb": "^2.2.2",
"rethinkdb-init": "^0.1.1",
"socket.io": "^1.4.5"
}
}