36 lines
886 B
JSON
36 lines
886 B
JSON
{
|
|
"name": "@root/request",
|
|
"version": "1.9.2",
|
|
"description": "A lightweight, zero-dependency drop-in replacement for request",
|
|
"main": "index.js",
|
|
"browser": {
|
|
"./request.js": "./urequest.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"request.js",
|
|
"urequest.js"
|
|
],
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"version": "npm version -m \"chore(release): bump to v%s\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rootprojects.org/root/request.js.git"
|
|
},
|
|
"keywords": [
|
|
"request",
|
|
"lightweight",
|
|
"alternative",
|
|
"http",
|
|
"https",
|
|
"call"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)"
|
|
}
|