forked from damian545/radelaidewow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 825 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
33
34
35
36
{
"name": "radelaidewow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"devStart": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damian545/password.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/damian545/password/issues"
},
"homepage": "https://github.com/damian545/password#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"consolidate": "^0.15.1",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"html": "^1.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react-router-dom": "^5.2.0",
"swig": "^1.4.2"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.4"
}
}