@ah_naf/noderoute
Version:
A lightweight, flexible HTTP server framework for Node.js.
31 lines (30 loc) • 690 B
JSON
{
"name": "@ah_naf/noderoute",
"version": "2.2.0",
"description": "A lightweight, flexible HTTP server framework for Node.js.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Your Name",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ah-naf/noderoute.git"
},
"keywords": [
"http",
"server",
"framework",
"nodejs",
"middleware",
"routing",
"static-files"
],
"bugs": {
"url": "https://github.com/ah-naf/noderoute/issues"
},
"homepage": "https://github.com/ah-naf/noderoute#readme",
"dependencies": {}
}