kelp
Version:
dead simple nodejs http web framework
30 lines (29 loc) • 614 B
JSON
{
"name": "kelp",
"version": "2.0.2",
"description": "dead simple nodejs http web framework",
"main": "index.js",
"scripts": {
"start": "node example",
"test": "mocha ",
"benchmark": "cd ./benchmarks; make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/song940/kelp.git"
},
"author": "lsong",
"license": "MIT",
"bugs": {
"url": "https://github.com/song940/kelp/issues"
},
"homepage": "https://github.com/song940/kelp#readme",
"keywords": [
"kelp",
"framework"
],
"directories": {
"example": "example",
"test": "test"
}
}