forked from vfrancis/photosharing-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 927 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
37
{
"name": "PhotoNode",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha --timeout 5000 --reporter nyan test/*.js"
},
"dependencies": {
"body-parser": "~1.12.4",
"busboy": "^0.2.9",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.1",
"express": "~4.12.4",
"express-session": "^1.11.2",
"karma": "^0.13.9",
"morgan": "~1.5.3",
"passport": "^0.2.2",
"passport-ibm-connections-cloud": "^1.0.0",
"request": "^2.56.0",
"serve-favicon": "~2.2.1",
"sync-request": "^2.0.1",
"tough-cookie": "^1.2.0",
"xml2js": "^0.4.9"
},
"devDependencies": {
"chai": "^3.0.0",
"jasmine-core": "^2.3.4",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"nock": "^2.6.0",
"passport-local": "^1.0.0",
"supertest": "^1.0.1"
}
}