-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 807 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 807 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
{
"name": "nci-static-server",
"version": "2.0.1",
"description": "Static files server for nci",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/node-ci/nci-static-server.git"
},
"keywords": [
"nciplugin",
"server",
"serve",
"static"
],
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-ci/nci-static-server/issues"
},
"homepage": "https://github.com/node-ci/nci-static-server",
"dependencies": {
"ecstatic": "4.1.4",
"underscore": "1.12.1"
},
"peerDependencies": {
"nci": "0.9.x || 0.10.x || 1.0.x || 2.x.x"
},
"engines": {
"node": ">=10.0.0"
}
}