request.js/package.json

28 lines
602 B
JSON
Raw Normal View History

2018-06-19 01:39:19 +00:00
{
2018-06-19 07:55:40 +00:00
"name": "request-lite",
2018-06-19 07:10:02 +00:00
"version": "1.1.1",
2018-06-19 01:39:19 +00:00
"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",
2018-06-19 07:55:40 +00:00
"url": "https://git.ppl.family/ppl/request-lite.js.git"
2018-06-19 01:39:19 +00:00
},
"keywords": [
"request",
2018-06-19 07:55:40 +00:00
"urequest",
2018-06-19 01:39:19 +00:00
"lightweight",
"alternative",
"http",
"https",
2018-06-19 07:55:40 +00:00
"client"
2018-06-19 01:39:19 +00:00
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)"
}