mirror of
https://github.com/Wessel/wumpfetch.git
synced 2026-07-24 00:57:12 +02:00
v0.2.5
This commit is contained in:
72
package.json
72
package.json
@@ -1,36 +1,36 @@
|
||||
{
|
||||
"name": "wumpfetch",
|
||||
"version": "0.2.4",
|
||||
"description": "🚀 A lightweight and fast Node.JS HTTP Client",
|
||||
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"lib/"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/PassTheWessel/wumpfetch/issues"
|
||||
},
|
||||
"homepage": "https://github.com/PassTheWessel/wumpfetch#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PassTheWessel/wumpfetch"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "wumpfetch",
|
||||
"version": "0.2.5",
|
||||
"description": "🚀 A lightweight and fast Node.JS HTTP Client",
|
||||
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"lib/"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/PassTheWessel/wumpfetch/issues"
|
||||
},
|
||||
"homepage": "https://github.com/PassTheWessel/wumpfetch#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PassTheWessel/wumpfetch"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user