UNPKG

phin

Version:

Ultra-simple, lightweight, dependency-free Node.JS HTTP request client

41 lines (40 loc) 862 B
{ "name": "phin", "version": "3.0.0", "description": "Ultra-simple, lightweight, dependency-free Node.JS HTTP request client", "main": "lib/phin.min.js", "scripts": { "test": "node ./tests/test.js", "prepublishOnly": "npm test", "gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js" }, "repository": { "type": "git", "url": "git+https://github.com/ethanent/phin.git" }, "keywords": [ "http", "https", "request", "fetch", "ajax", "url", "uri" ], "author": "Ethan Davis", "license": "MIT", "bugs": { "url": "https://github.com/ethanent/phin/issues" }, "homepage": "https://github.com/ethanent/phin#readme", "devDependencies": { "whew": "^1.1.3" }, "files": [ "lib/phin.min.js", "LICENSE" ], "dependencies": { "centra": "^2.1.0" } }