-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "biblioteca",
"version": "1.0.0",
"description": "Aplicación de biblioteca de archivos documentales con autenticación de usuarios autorizados",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoreDumped-ETSISI/biblioteca-core-dumped.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoreDumped-ETSISI/biblioteca-core-dumped/issues"
},
"homepage": "https://github.com/CoreDumped-ETSISI/biblioteca-core-dumped#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"epub-metadata-parser": "^1.1.14",
"express": "^4.17.1",
"fs-extra": "^7.0.1",
"jwt-simple": "^0.5.6",
"moment": "^2.24.0",
"mongoose": "^5.6.10",
"multer": "^1.4.2",
"pdf.js-extract": "^0.1.1"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}