Chrome-performance-bug-mute.../node_modules/tiny-server/package.json

35 lines
662 B
JSON
Raw Normal View History

2023-02-18 17:51:49 +00:00
{
"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"
}
}