tinyreq
Version:
Tiny library for making http(s) requests.
59 lines • 1.17 kB
JSON
{
"name": "tinyreq",
"version": "3.4.3",
"description": "Tiny library for making http(s) requests.",
"main": "lib/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/tinyreq.git"
},
"keywords": [
"tinyreq",
"http",
"https",
"requests"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/tinyreq/issues"
},
"homepage": "https://github.com/IonicaBizau/tinyreq",
"dependencies": {
"assured": "^1.0.12",
"follow-redirects": "^1.4.1",
"noop6": "^1.0.7",
"ul": "^5.2.13"
},
"devDependencies": {
"mocha": "^2.2.5"
},
"blah": {
"h_img": "http://i.imgur.com/FEAaOq2.png",
"cli": "tinyreq-cli"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}