-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 864 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
{
"name": "atividade-20190417",
"version": "0.0.0",
"private": true,
"author": "Paulo Sergio de Freitas Junior",
"description": "Atividade com Redis. Montagem de CRUD básico com Redis",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.5.4",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"localStorage": "^1.0.4",
"morgan": "~1.9.0",
"redis": "^2.8.0",
"serve-favicon": "^2.5.0",
"serve-static": "^1.13.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
}
}