-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
49 lines (49 loc) · 1.48 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
{
"name": "neon-page-behavior",
"version": "1.2.0",
"authors": [
"Vincent Guillou <vin.guillou@gmail.com>"
],
"description": "NeonPageBehavior introduces a page lifecycle, page overlay and accepts different animation-config for transitioning to each of your pages",
"keywords": [
"web-components",
"web-component",
"web components",
"web component",
"polymer",
"behavior",
"neon-animated-pages",
"neon-animation",
"page",
"lifecycle"
],
"main": "neon-page-behavior.html",
"license": "MIT",
"homepage": "https://github.com/vguillou/neon-page-behavior",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/vguillou/neon-page-behavior.git"
},
"dependencies": {
"polymer": "Polymer/polymer#^1.2.4"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.1.4",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.3.0",
"neon-animation": "PolymerElements/neon-animation#^1.1.0",
"paper-styles": "PolymerElements/paper-styles#^1.1.4",
"paper-header-panel": "PolymerElements/paper-header-panel#^1.1.4",
"paper-toolbar": "PolymerElements/paper-toolbar#^1.1.4",
"paper-tabs": "PolymerElements/paper-tabs#^1.3.7",
"paper-button": "PolymerElements/paper-button#^1.0.11",
"paper-material": "PolymerElements/paper-material#^1.0.6",
"web-component-tester": "*"
}
}