kelp-body
Version:
Parse request data for kelp
33 lines (32 loc) • 622 B
JSON
{
"name": "kelp-body",
"version": "1.4.5",
"description": "Parse request data for kelp",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/song940/kelp-body.git"
},
"author": "lsong",
"license": "MIT",
"bugs": {
"url": "https://github.com/song940/kelp-body/issues"
},
"homepage": "https://github.com/song940/kelp-body#readme",
"devDependencies": {
"kelp": "*"
},
"directories": {
"example": "example"
},
"dependencies": {
"mime2": "latest"
},
"keywords": [
"kelp",
"body"
]
}