-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 752 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 752 Bytes
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
{
"name": "project-manager",
"version": "1.0.0",
"description": "Project dedicated to the creation of any type of project and to manage it in the most appropriate way.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "nodemon server.js"
},
"author": "Elvis Araujo and Brandon Lugo",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"jimp": "^0.6.0",
"jsonwebtoken": "^8.4.0",
"multer": "^1.4.1",
"node-gyp": "^3.8.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg-promise": "^8.5.2"
},
"devDependencies": {
"nodemon": "^1.18.6"
}
}