@nuxtjs/proxy
Version:
> The one-liner node.js http-proxy middleware solution for Nuxt.js using [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware)
15 lines (14 loc) • 333 B
JSON
{
"name": "@nuxtjs/proxy",
"version": "1.1.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt/modules",
"homepage": "https://github.com/nuxt/modules/tree/master/modules/proxy",
"publishConfig": {
"access": "public"
},
"dependencies": {
"http-proxy-middleware": "^0.17.4"
}
}