-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 986 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
{
"name": "choc-server",
"version": "0.4.4",
"description": "tiny static server can handle Content-Type with \"text/css\"、\"text/html\"、\"image/png\" ",
"keywords": [
"static",
"server",
"local",
"assets"
],
"main": "src/index.js",
"directories": {
"example": "example"
},
"bin": {
"choc-server": "bin/choc-server.js"
},
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/and80506/choc-server.git"
},
"author": "Andy Wu <and80506@163.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/and80506/choc-server/issues"
},
"homepage": "https://github.com/and80506/choc-server#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^8.2.1"
}
}