34 lines
662 B
JSON
34 lines
662 B
JSON
{
|
|
"name": "tiny-server",
|
|
"version": "1.1.1",
|
|
"description": "a tiny Web Server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha ./test/index.js"
|
|
},
|
|
"bin": {
|
|
"tiny-server": "./bin/index"
|
|
},
|
|
"keywords": [
|
|
"http",
|
|
"web",
|
|
"server",
|
|
"tiny"
|
|
],
|
|
"author": "zbinlin",
|
|
"license": "MIT",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zbinlin/tiny-server.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zbinlin/tiny-server/issues"
|
|
},
|
|
"homepage": "https://github.com/zbinlin/tiny-server#readme",
|
|
"devDependencies": {
|
|
"mocha": "^10.0.0"
|
|
}
|
|
}
|