-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 976 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 976 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
29
30
31
32
33
34
35
36
37
{
"name": "cati",
"version": "1.0.0",
"description": "1. Solo subir código funcional.\r 2. Para Backup podemos crear una carpeta",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/civky/Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/civky/Project/issues"
},
"homepage": "https://github.com/civky/Project#readme",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "^1.15.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"express": "^4.14.0",
"express-fileupload": "0.0.5",
"express-session": "~1.0.0",
"fs": "0.0.1-security",
"ip": "^1.1.3",
"method-override": "~1.0.0",
"morgan": "~1.0.0",
"mysql": "^2.11.1",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"path": "^0.12.7",
"sequelize": "^3.24.1"
}
}