-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 959 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@sidy/vue-shimio-graphql",
"version": "2.1.3",
"description": "A VueJS plugin to make graphql websocket queries",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/usidy/vue-shimio-graphql.git"
},
"keywords": [
"shimio",
"graphql",
"vuejs",
"plugin",
"sidy"
],
"license": "UNLICENSE",
"publishConfig": {
"access": "public"
},
"author": "sidy",
"bugs": {
"url": "https://github.com/usidy/eslint-config-sidy/issues"
},
"homepage": "https://github.com/usidy/eslint-config-sidy#readme",
"dependencies": {
"@hydre/shimio": "^4.2.5",
"@hydre/shimio-graphql": "^5.0.5",
"debug": "^4.2.0",
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-service": "~4.5.8",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"vue-template-compiler": "^2.6.12"
}
}