UNPKG

862 BJSONView Raw
1{
2 "name": "phin",
3 "version": "3.1.1",
4 "description": "Ultra-simple, lightweight, dependency-free Node.JS HTTP request client",
5 "main": "lib/phin.min.js",
6 "scripts": {
7 "test": "node ./tests/test.js",
8 "prepublishOnly": "npm test",
9 "gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/ethanent/phin.git"
14 },
15 "keywords": [
16 "http",
17 "https",
18 "request",
19 "fetch",
20 "ajax",
21 "url",
22 "uri"
23 ],
24 "author": "Ethan Davis",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/ethanent/phin/issues"
28 },
29 "homepage": "https://github.com/ethanent/phin#readme",
30 "devDependencies": {
31 "whew": "^1.1.3"
32 },
33 "files": [
34 "lib/phin.min.js",
35 "LICENSE"
36 ],
37 "dependencies": {
38 "centra": "^2.1.0"
39 }
40}