-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 951 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
37
{
"name": "lectet",
"version": "1.0.0",
"description": "lectet RESTful API with Node.js, Express, and PostgreSQL",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VictorJuez/lectet.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/VictorJuez/lectet/issues"
},
"homepage": "https://github.com/VictorJuez/lectet#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"googleapis": "^39.2.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^7.9.0",
"pg-hstore": "^2.3.2",
"sequelize": "^5.2.12",
"swagger-ui-express": "^4.0.2"
}
}