request-application
Version:
Parse application/json and other application/* HTTP requests
32 lines (31 loc) • 696 B
JSON
{
"name": "request-application",
"version": "1.0.3",
"description": "Parse application/json and other application/* HTTP requests",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tether/request-application.git"
},
"keywords": [
"json",
"parse",
"content-type",
"http"
],
"author": "Petrofeed Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/tether/request-application/issues"
},
"homepage": "https://github.com/tether/request-application#readme",
"devDependencies": {
"tape": "*"
},
"dependencies": {
"request-text": "^1.0.0"
}
}