-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.19 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
43
44
45
46
47
48
49
50
51
{
"name": "sonder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "5.0.0",
"npm": "3.3.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franxyzxyz/sonder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/franxyzxyz/sonder/issues"
},
"homepage": "https://github.com/franxyzxyz/sonder#readme",
"dependencies": {
"bcrypt": "^0.8.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"connect": "^3.4.0",
"cors": "^2.7.1",
"debug": "^2.2.0",
"dotenv": "^1.2.0",
"ejs": "^2.3.4",
"email-regex": "^1.0.0",
"express": "^4.13.3",
"express-jwt": "^3.3.0",
"fb": "^0.7.3",
"jsonwebtoken": "^5.4.1",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"node-linkedin": "^0.5.3",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-facebook-token": "^3.0.6",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"q": "^1.4.1",
"seraph": "^0.14.0",
"seraph-model": "^0.7.5",
"underscore": "^1.8.3",
"url": "^0.11.0"
}
}