-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 972 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
35
36
37
38
39
40
{
"name": "restana-static",
"version": "3.0.1",
"description": "Efficiently serve static files using Node.js and Docker containers.",
"main": "index.js",
"scripts": {
"test": "mocha tests/*.test.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkyberneees/restana-static.git"
},
"keywords": [
"static",
"http",
"server",
"web",
"serve"
],
"author": "Rolando Santamaría Masó <kyberneees@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkyberneees/restana-static/issues"
},
"homepage": "https://github.com/jkyberneees/restana-static#readme",
"dependencies": {
"config": "^3.3.12",
"helmet": "^6.2.0",
"http-cache-middleware": "^1.4.1",
"morgan": "^1.10.0",
"restana": "^4.9.9",
"serve-static": "^1.16.2"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.4.0",
"supertest": "^7.0.0"
}
}