request.js/package.json

39 lines
930 B
JSON
Raw Normal View History

2018-06-19 01:39:19 +00:00
{
2019-10-29 20:31:30 +00:00
"name": "@root/request",
2022-09-01 06:51:03 +00:00
"version": "1.9.0-7",
2019-10-29 20:31:30 +00:00
"description": "A lightweight, zero-dependency drop-in replacement for request",
"main": "index.js",
2022-08-31 23:19:02 +00:00
"browser": {
2022-09-01 06:58:18 +00:00
"request.js": "browser.js"
2022-08-31 23:19:02 +00:00
},
2019-10-29 20:31:30 +00:00
"files": [
"browser.js",
2022-09-01 06:49:05 +00:00
"jsconfig.json",
"lib",
"local-types.js",
2022-09-01 06:58:18 +00:00
"request.js",
"types.js"
2019-10-29 20:31:30 +00:00
],
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./bin/localize-types"
2019-10-29 20:31:30 +00:00
},
"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/)",
2019-10-29 20:31:30 +00:00
"license": "(MIT OR Apache-2.0)"
2018-06-19 01:39:19 +00:00
}