-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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": "Coven",
"version": "1.0.0",
"description": "> \"As a reader I want to read articles and follow authors and topics so that I can get more information on topics that I am interested in.\"",
"main": "index.js",
"scripts": {
"start": "per-env",
"start:development": "nodemon -r dotenv/config ./bin/www",
"start:production": "./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alimirakim/Coven.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alimirakim/Coven/issues"
},
"homepage": "https://github.com/alimirakim/Coven#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"express-validator": "^6.6.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"per-env": "^1.0.2",
"pg": "^8.4.0",
"pug": "^2.0.4",
"sequelize": "^5.22.3"
},
"devDependencies": {
"dotenv-cli": "^3.2.0",
"nodemon": "^2.0.4",
"sequelize-cli": "^5.5.1"
}
}