response/package.json

12 lines
318 B
JSON
Raw Normal View History

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