mirror of
https://github.com/Wessel/wumpfetch.git
synced 2026-06-06 07:35:42 +02:00
42 lines
875 B
JSON
42 lines
875 B
JSON
{
|
|
"name": "wumpfetch",
|
|
"version": "0.1.2",
|
|
"description": "🚀 A lightweight and fast Node.js HTTP Client",
|
|
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
|
"license": "MIT",
|
|
"main": "createRequest.js",
|
|
"typings": "index.d.ts",
|
|
"files": [
|
|
"LICENSE",
|
|
"createRequest.js",
|
|
"model/",
|
|
"index.d.ts"
|
|
],
|
|
"bugs": {
|
|
"url": "https://www.github.com/wumpusapp/wumpfetch/issues"
|
|
},
|
|
"homepage": "https://www.github.com/wumpusapp/wumpfetch#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://www.github.com/wumpusapp/wumpfetch"
|
|
},
|
|
"keywords": [
|
|
"http",
|
|
"https",
|
|
"request",
|
|
"fetch",
|
|
"url",
|
|
"get",
|
|
"post",
|
|
"patch",
|
|
"lightweight"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-minify": "^3.1.0",
|
|
"lumah": "^0.0.2"
|
|
}
|
|
}
|