UNPKG

916 BJSONView Raw
1{
2 "name": "phin",
3 "version": "3.3.0",
4 "description": "The ultra-lightweight Node.js HTTP 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",
30 "devDependencies": {
31 "jsdoc": "^3.5.5",
32 "whew": "^1.1.3"
33 },
34 "files": [
35 "lib/phin.min.js"
36 ],
37 "engines": {
38 "node": ">= 8"
39 },
40 "dependencies": {
41 "centra": "^2.2.1"
42 }
43}