-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
52 lines (52 loc) · 1.38 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": "iron-pullable-container",
"version": "1.0.0",
"authors": [
"Pascal Gula aka MeTaNoV <pascal.gula@gmail.com>"
],
"description": "A container that can be pulled to provide a possible action.",
"keywords": [
"web-component",
"web-components",
"web",
"component",
"components",
"custom",
"element",
"polymer",
"iron",
"container",
"pull",
"pullable",
"action",
"refresh",
"mobile"
],
"main": "iron-pullable-container.html",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/GeoloeG/iron-pullable-container.git"
},
"license": "MIT",
"homepage": "https://github.com/GeoloeG/iron-pullable-container/",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "^4.0.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"spinkit-element": "spinkit-element#^1.0.0"
}
}