forked from FirebaseExtended/polymerfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 790 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 790 Bytes
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": "polymerfire",
"version": "0.9.2",
"authors": [
"Firebase"
],
"description": "Polymer Web Components for Firebase",
"keywords": [
"web-component",
"polymer",
"firebase"
],
"main": "polymerfire.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/firebase/polymerfire",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.2.0",
"firebase-sdk": "https://www.gstatic.com/firebasejs/3.0.0/firebase.js",
"app-storage": "polymerelements/app-storage#~0.9.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "^4.0.0",
"note-app-elements": "polymerlabs/note-app-elements"
}
}