-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.64 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.64 KB
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
52
53
54
55
{
"name": "cards_server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "./node_modules/bower/bin/bower --allow-root install",
"start-chromedriver": "./node_modules/chromedriver/bin/chromedriver",
"start-mock-google-oauth": "node ./test/google_mock_server/mock_google_server.js",
"e2e-test": "./node_modules/protractor/bin/protractor test/protractor/conf.js",
"test": "mocha test/unit/**.js"
},
"dependencies": {
"body-parser": "~1.12.4",
"bower": "^1.7.2",
"chromedriver": "^2.45.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"express": "~4.12.4",
"express-session": "^1.12.1",
"mongoose": "^4.3.4",
"morgan": "~1.5.3",
"nodemailer": "^2.1.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^3.1.0",
"passport.socket.io": "0.0.0",
"passport.socketio": "^3.6.1",
"protractor": "^5.4.2",
"serve-favicon": "~2.2.1",
"socket.io": "^1.3.7",
"ws": "0.4.x"
},
"devDependencies": {
"chai": "^4.2.0",
"chrome": "^0.1.0",
"chromedriver": "^2.27.0",
"httpdispatcher": "^2.1.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"mocha": "^5.2.0",
"mongoose-dummy": "^1.0.8",
"npm-run-all": "^4.0.2",
"protractor-jasmine2-screenshot-reporter": "^0.2.0",
"protractor-screenshot-reporter": "0.0.5",
"sinon": "^7.2.2",
"sinon-mongoose": "^2.2.1"
}
}