response/package.json

19 lines
380 B
JSON
Raw Normal View History

2020-09-16 16:01:46 +08:00
{
"name": "@gm5/response",
2023-10-30 18:45:06 +08:00
"version": "2.0.0",
2020-09-16 16:01:46 +08:00
"type": "module",
"description": "对Http的response进一步封装, 提供常用的API",
"main": "index.js",
"author": "yutent",
2023-10-30 18:45:06 +08:00
"keywords": [
"fivejs",
"response",
"http"
],
2020-09-21 16:22:46 +08:00
"dependencies": {
"iofs": "^1.5.0"
},
"repository": "https://github.com/bytedo/gmf.response.git",
2020-09-16 16:01:46 +08:00
"license": "MIT"
}