{ "name": "http", "version": "0.4.0", "description": "tiny http lib", "main": "src/http.js", "directories": { "doc": "docs", "lib": "lib", "test": "test" }, "scripts": { "lint": "node_modules/.bin/eslint src/http.js", "test": "node_modules/.bin/tape test/*.spec.js" }, "keywords": [ "library" ], "author": "Geoff Doty", "license": "MIT", "devDependencies": { "eslint": "^5.16.0", "tape": "^4.10.2" } }