kelp-static
Version:
serve static files for kelp
34 lines (33 loc) • 666 B
JSON
{
"name": "kelp-static",
"version": "1.3.0",
"description": "serve static files for kelp",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"bin": {
"kelp-static": "bin/server.js"
},
"author": "lsong",
"license": "MIT",
"keywords": [
"kelp",
"static"
],
"repository": {
"type": "git",
"url": "git+https://github.com/song940/kelp-static.git"
},
"bugs": {
"url": "https://github.com/song940/kelp-static/issues"
},
"homepage": "https://github.com/song940/kelp-static#readme",
"devDependencies": {
"kelp": "*",
"kelp-logger": "*"
},
"dependencies": {
"mime2": "latest"
}
}