-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 940 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
38
39
40
41
{
"name": "giecom_mysql",
"version": "1.0.0",
"description": "API",
"main": "app.js",
"scripts": {
"babel-node": "babel-node --presets=es2015"
},
"keywords": [
"api"
],
"author": "jul.mora@udla.edu.co",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "^1.15.0",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-ejs-layouts": "^2.0.0",
"express-session": "^1.13.0",
"express-validator": "*",
"jsonwebtoken": "^5.7.0",
"knex": "^0.10.0",
"moment": "^2.12.0",
"mongoose": "^4.4.12",
"morgan": "^1.7.0",
"mysql": "^2.10.2",
"node-sass": "^3.4.2",
"node-sass-middleware": "^0.9.8",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"socket.io": "^1.4.5"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0"
}
}