-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 872 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
{
"name": "DECISIONES-SoftwarriorDB",
"version": "1.0.0",
"description": "Proyecto para INF236",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Softwarrior",
"license": "ISC",
"dependencies": {
"angular": "^1.8.0",
"angular-timer": "^1.3.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"chart.js": "^2.7.1",
"consolidate": "^0.16.0",
"dotenv": "^4.0.0",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-handlebars": "^5.2.1",
"express-session": "^1.15.0",
"humanize-duration": "^3.12.0",
"method-override": "^2.3.10",
"momentjs": "^2.0.0",
"mustache": "^2.3.0",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "^3.0.1",
"semantic-ui": "^2.2.13",
"sequelize": "^5.15.1"
}
}