-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "mcow.ml",
"version": "1.0.0",
"description": "URL shorte ner",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanajmoorthy/mcow.ml.git"
},
"keywords": [],
"author": "Vanaj Moorthy",
"license": "Vanaj Moorthy License",
"bugs": {
"url": "https://github.com/vanajmoorthy/mcow.ml/issues"
},
"homepage": "https://github.com/vanajmoorthy/mcow.ml#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-session": "^1.4.0",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.7",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.3",
"mongoose": "^5.13.15",
"node-fetch": "^2.6.1",
"passport": "^0.5.3",
"passport-local": "^1.0.0",
"req-flash": "^0.0.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"engine": {
"node": "v14.5.0"
}
}