-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.29 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
54
{
"name": "ad_server",
"version": "1.0.0",
"description": "",
"main": "bin",
"scripts": {
"start": "node bin"
},
"keywords": [
"AdExchange",
"AdServer"
],
"author": "Danny Sofftie",
"license": "ISC",
"repository": {
"type": "url",
"git": "https://github.com/DannySofftie/tickles-adx.git"
},
"devDependencies": {
"@types/bcrypt": "^2.0.0",
"@types/bootstrap": "^4.1.2",
"@types/chart.js": "^2.7.27",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.4",
"@types/express": "^4.16.0",
"@types/formidable": "^1.0.31",
"@types/jquery": "^3.3.4",
"@types/mongoose": "^5.2.5",
"@types/multer": "^1.3.7",
"@types/node": "^9.6.23",
"@types/nodemailer": "^4.6.2",
"@types/serve-favicon": "^2.2.30",
"dotenv": "^6.0.0"
},
"dependencies": {
"bcrypt": "^3.0.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-generator": "^4.16.0",
"express-ws": "^4.0.0",
"formidable": "^1.2.1",
"mongoose": "^5.2.6",
"multer": "^1.3.1",
"nodemailer": "^4.6.7",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0",
"vanilla-router": "^1.2.7",
"ws": "^5.2.2"
},
"engines": {
"node": "10.6.0"
}
}