mirror of
https://github.com/Wessel/wumpfetch.git
synced 2026-06-06 07:35:42 +02:00
36 lines
809 B
JSON
36 lines
809 B
JSON
{
|
|
"name": "wumpfetch",
|
|
"version": "0.2.10",
|
|
"description": "🚀 A lightweight and fast Node.JS HTTP Client",
|
|
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"bugs": {
|
|
"url": "https://github.com/PassTheWessel/wumpfetch/issues"
|
|
},
|
|
"homepage": "https://github.com/PassTheWessel/wumpfetch#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/PassTheWessel/wumpfetch"
|
|
},
|
|
"scripts": {
|
|
"test": "cd __test__ && node main.js"
|
|
},
|
|
"keywords": [
|
|
"http",
|
|
"https",
|
|
"request",
|
|
"fetch",
|
|
"url",
|
|
"get",
|
|
"post",
|
|
"patch",
|
|
"lightweight"
|
|
],
|
|
"devDependencies": {
|
|
"gulp": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-minify": "^3.1.0"
|
|
}
|
|
}
|