-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
30 lines (30 loc) · 885 Bytes
/
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
{
"name": "swipe-action-icon",
"authors": [
"Anonymous <anonymous@example.com>"
],
"description": "Element showing syncronized data from Firebase",
"keywords": [
"web-component",
"polymer",
"firebase"
],
"main": "swipe-action-icon.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/<USERNAME>/swipe-action-icon/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"firebase-element": "GoogleWebComponents/firebase-element#~1.0.7",
"iron-icons": "PolymerElements/iron-icons#~1.0.4",
"paper-icon-button": "PolymerElements/paper-icon-button#~1.0.5",
"paper-spinner": "PolymerElements/paper-spinner#~1.0.2",
"polymer": "Polymer/polymer#^1.2.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
}
}