forked from duyet/node-rtb-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.3 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
52
53
{
"name": "bidding_server_nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"bluebird": "^3.0.0",
"body-parser": "^1.13.1",
"bookshelf": "^1.0.0",
"checkit": "^0.7.0",
"compression": "^1.5.0",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.0.0",
"consolidate": "^0.16.0",
"cookie-parser": "^1.3.5",
"cookie-session": "^2.0.0",
"cors": "^2.7.1",
"dot": "^1.0.3",
"es6-promise": "^4.0.0",
"express": "^4.12.4",
"express-mysql-session": "^2.0.0",
"express-session": "^1.11.3",
"express-validator": "^6.0.0",
"file-stream-rotator": "0.6.1",
"glob": "^8.0.0",
"helmet": "^6.0.0",
"jade": "^1.11.0",
"jsonschema": "^1.0.1",
"knex": "^2.0.0",
"lodash": "^4.0.0",
"merge": "^2.1.1",
"method-override": "^3.0.0",
"moment": "^2.10.3",
"mongoose": "^6.0.0",
"morgan": "^1.6.0",
"mysql": "^2.7.0",
"openrtb": "3.6.1",
"q": "^1.4.1",
"redis": "^4.0.0",
"string-hash": "^1.1.0",
"uuid": "^9.0.0",
"snyk": "^1.30.1"
},
"snyk": true
}