-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "board",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"co": "^4.6.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.2",
"cors": "^2.8.1",
"crypto": "0.0.3",
"ejs": "^2.5.2",
"errorhandler": "^1.5.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"jayson": "^2.0.2",
"method-override": "^2.3.6",
"mongodb": "^2.2.11",
"mongoose": "^4.6.8",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"mysql": "^2.12.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"semantic-ui": "^2.2.6",
"serve-favicon": "^2.3.0",
"serve-static": "^1.11.1",
"socket.io": "^1.7.2"
}
}