forked from TimvdLippe/iron-lazy-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 1005 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
31
32
33
{
"name": "iron-lazy-pages",
"version": "1.4.4",
"authors": [
"Tim van der Lippe <[email protected]>"
],
"description": "Organizes a set of pages and shows one at a time, lazy-loading all elements.",
"keywords": [
"web-component",
"polymer",
"container",
"lazy-loading"
],
"main": "iron-lazy-pages.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "http://timvdlippe.github.io/iron-lazy-pages/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"iron-selector": "polymerelements/iron-selector#^1.0.0",
"neon-animation": "PolymerElements/neon-animation#^1.0.0"
},
"devDependencies": {
"iron-component-page": "polymerelements/iron-component-page",
"web-component-tester": "*",
"paper-tabs": "PolymerElements/paper-tabs#^1.4.1",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.1.1",
"paper-spinner": "PolymerElements/paper-spinner#^1.1.1"
}
}