-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "dimsumsquad-collabcomic-webapp",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "*",
"body-parser": "~1.12.4",
"busboy-body-parser": "0.0.9",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"chromedriver": "^2.12.0",
"coffee-script": "^1.10.0",
"connect-flash": "*",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.4.1",
"express": "~4.12.4",
"express-handlebars": "^1.1.0",
"express-session": "^1.13.0",
"fs": "0.0.2",
"gridfs-stream": "^1.1.1",
"karma": "0.13.x",
"method-override": "^2.2.0",
"mocha": "^2.0.1",
"mongodb": "^1.4.40",
"mongoose": "~3.8.12",
"monk": "~1.0.1",
"morgan": "~1.5.3",
"multer": "^1.1.0",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "~0.1.5",
"passport-local": "1.0.0",
"passport-local-mongoose": "^1.0.0",
"passport-twitter": "^1.0.2",
"q": "^1.0.1",
"selenium-webdriver": "^2.44.0",
"serve-favicon": "~2.2.1"
}
}