request.js/package.json

28 lines
602 B
JSON

{
"name": "request-lite",
"version": "1.1.2",
"description": "A lightweight drop-in replacement for request",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ppl.family/ppl/request-lite.js.git"
},
"keywords": [
"request",
"urequest",
"lightweight",
"alternative",
"http",
"https",
"client"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)"
}