-
Notifications
You must be signed in to change notification settings - Fork 72
/
bower.json
27 lines (27 loc) · 913 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
{
"name": "firebase-element",
"description": "An element that makes it easy to declaratively use the powerful firebase backend",
"version": "1.0.16",
"private": true,
"main": ["firebase-collection.html","firebase-document.html","firebase-auth.html","firebase-query-behavior.html"],
"license": "http://polymer.github.io/LICENSE.txt",
"dependencies": {
"polymer": "polymer/polymer#^1.0.0",
"firebase": "^2.3.1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"iron-component-page": "polymerelements/iron-component-page#1.0.2",
"promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"paper-styles": "polymerelements/paper-styles#^1.0.0",
"web-component-tester": "*"
}
}