-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.34 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": "labs11-adNetwork-BE",
"version": "1.0.0",
"description": "Backend repo for Labs11 Ad Network Team",
"main": "index.js",
"scripts": {
"test": "jest --watch --verbose",
"start": "node index.js",
"server": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labs11-ad-network/labs11-adNetwork-BE.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/labs11-ad-network/labs11-adNetwork-BE/issues"
},
"homepage": "https://github.com/labs11-ad-network/labs11-adNetwork-BE#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.14.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"dns": "^0.2.2",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"helmet": "^3.16.0",
"iplocation": "^6.1.0",
"jest": "^24.7.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.4.0",
"jwt-decode": "^2.2.0",
"knex": "^0.16.5",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"nodemailer": "^6.1.0",
"pg": "^7.9.0",
"pug": "^2.0.3",
"sqlite3": "^4.0.6",
"stripe": "^6.28.0",
"supertest": "^4.0.2",
"ua-parser-js": "^0.7.19",
"validator": "^10.11.0"
},
"devDependencies": {
"nodemon": "^1.18.11"
}
}