-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "comment-incentives",
"version": "1.0.0",
"description": "",
"main": "server-service.js",
"scripts": {
"start": "node server-service.js",
"start:fake-site": "node server-fake-site.js",
"watch:service": "nodemon -e js,html --watch ./assets --watch ./views --watch ./server-service.js server-service.js",
"watch:fake-site": "nodemon -e js,html --watch ./views --watch ./server-fake-site.js server-fake-site.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliblackwell/comment-incentives.git"
},
"author": "Ali Blackwell",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"connect-slashes": "^1.4.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^4.4.1",
"ini": "^2.0.0",
"mongodb": "^3.6.3",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.6",
"nunjucks": "^3.2.2"
}
}