request.js/package.json

30 lines
633 B
JSON
Raw Normal View 히스토리

2018-06-19 01:39:19 +00:00
{
2019-04-16 18:41:05 +00:00
"name": "@root/request",
2019-04-16 18:43:21 +00:00
"version": "1.3.10",
2019-04-16 18:41:05 +00:00
"description": "A lightweight, zero-dependency drop-in replacement for request",
2018-06-19 01:39:19 +00:00
"main": "index.js",
2018-07-07 01:38:47 +00:00
"files": [
"lib"
],
2018-06-19 01:39:19 +00:00
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2019-04-16 18:41:05 +00:00
"url": "https://git.rootprojects.org/root/request.js.git"
2018-06-19 01:39:19 +00:00
},
"keywords": [
"request",
"lightweight",
"alternative",
"http",
"https",
"call"
],
2019-04-16 18:41:05 +00:00
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
2018-06-19 01:39:19 +00:00
"license": "(MIT OR Apache-2.0)"
}