Skip to content

Commit b3855d2

Browse files
committed
🔧 Update package.json
1 parent c33ab8a commit b3855d2

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
{
22
"name": "@cnamts/vue-cli-plugin-proxy",
33
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
4+
"description": "Provide all http-proxy-middleware options to vue-cli",
5+
"keywords": [
6+
"vue",
7+
"vuejs2",
8+
"vue-cli",
9+
"proxy"
10+
],
11+
"homepage": "https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/blob/master/README.md",
12+
"bugs": {
13+
"url": "https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/issues",
14+
"email": "deraw@outlook.fr"
15+
},
16+
"license": "MIT",
617
"author": "Dylan Broussard <deraw@outlook.fr>",
18+
"main": "index.js",
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy"
22+
},
723
"dependencies": {
824
"http-proxy-middleware": "^0.18.0"
925
}

0 commit comments

Comments
 (0)