-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
25 lines (25 loc) · 895 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
{
"name": "awesome-behaviors",
"description": "A collection of awesome up-to-date Polymer behaviors.",
"keywords": [
"awesome",
"element-collection"
],
"authors": [
"The StartPolymer Project Authors (https://github.com/StartPolymer/authors)"
],
"license": "MIT",
"dependencies": {
"app-localize-behavior": "PolymerElements/app-localize-behavior",
"iron-behaviors-collection": "PolymerElements/iron-behaviors-collection",
"lazy-imports": "Polymer/lazy-imports",
"log-behavior": "pwasem/log-behavior",
"memoization-behavior": "shawncplus/memoization-behavior",
"neon-page-behavior": "vguillou/neon-page-behavior",
"polymer-apollo": "aruntk/polymer-apollo",
"s-behaviors": "StartPolymer/s-behaviors",
"template-composition": "PolymerLabs/template-composition",
"uniflow-polymer": "google/uniflow-polymer"
},
"private": true
}