32 lines
698 B
JSON
Raw Normal View History

{
"name": "methods",
"version": "1.1.0",
"description": "HTTP methods that node supports",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [
"http",
"methods"
],
"author": {
"name": "TJ Holowaychuk"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-methods.git"
},
"devDependencies": {
"mocha": "1.17.x"
},
"readme": "\n# Methods\n\n HTTP verbs that node core's parser supports.\n",
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/visionmedia/node-methods/issues"
},
"_id": "methods@1.1.0",
"_from": "methods@1.1.0"
}