-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 829 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "vue-json-rpc-client-fetch-withcredentials",
"version": "1.6.2",
"description": "A simple vue.js fetch based JSON RPC client written in TypeScript.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pedroresende/vue-json-rpc-client-fetch-withcredentials.git"
},
"keywords": [
"json",
"rpc",
"json-rpc",
"vue",
"vue.js"
],
"author": "Pedro Resende <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pedroresende/vue-json-rpc-client-fetch-withcredentials/issues"
},
"dependencies": {
"json-rpc-client-fetch-withcredentials": "^1.0.0"
},
"homepage": "https://github.com/pedroresende/vue-json-rpc-client-fetch-withcredentials#readme"
}