-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
52 lines (52 loc) · 1.26 KB
/
bower.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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "apollo-client",
"description": "Polymer Apollo GraphQL Client web components",
"main": [
"apollo-client.html"
],
"authors": [
"Paul Hachmang <paul@h-o.nl>",
"Alexey Rodionov <fluorescent.hallucinogen@gmail.com>"
],
"license": "MIT",
"keywords": [
"web-component",
"web-components",
"polymer-element",
"polymer",
"polymer-2",
"graphql",
"api",
"client",
"apollo",
"apollo-client",
"query",
"mutation",
"subscription",
"file-upload",
"file",
"upload"
],
"homepage": "https://webcomponents.org/element/reach-digital/polymer-apollo-client",
"repository": {
"type": "git",
"url": "https://github.com/reach-digital/polymer-apollo-client.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"matryoshka-loader": "reach-digital/polymer-matryoshka-loader#^0.8.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^3.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"paper-input": "PolymerElements/paper-input#^2.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
}
}