-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
38
39
40
{
"name": "alvarcarto-http-cache-service",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "nodemon --watch ./src -e js --exec \"babel-node --presets es2015 src/index.js\"",
"lint": "eslint ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.0",
"bytes": "^3.1.0",
"chalk": "^3.0.0",
"compression": "^1.7.0",
"cors": "^2.8.4",
"express": "^4.15.4",
"find": "^0.3.0",
"generic-pool": "^3.4.2",
"get-folder-size": "^2.0.1",
"lodash": "^4.17.4",
"minimatch": "^3.0.4",
"moment": "^2.24.0",
"morgan": "^1.8.2",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"server-destroy": "^1.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.7.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"nodemon": "^1.12.1",
"prompt-confirm": "^2.0.4"
}
}