forked from jrvansuita/crime-pay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 786 Bytes
/
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
{
"name": "crims",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"---APP---": "...",
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"---GIT---": "...",
"git": "git add . && git commit -m",
"postgit": "git pull && git push"
},
"author": "",
"license": "ISC",
"dependencies": {
"compression": "^1.7.4",
"cookie-session": "^2.0.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-minify": "^1.0.0",
"express-query-boolean": "^2.0.0",
"express-query-int": "^3.0.0",
"moment": "^2.29.1",
"mongojs": "^3.1.0",
"node-schedule": "^2.1.0",
"nodemon": "^2.0.15",
"serve-favicon": "^2.5.0"
}
}