response/package.json

15 lines
364 B
JSON
Raw Normal View History

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