Skip to content

Commit 8b32528

Browse files
committed
Adding bower.json for configuring library contents
1 parent d9ad73e commit 8b32528

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

bower.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "gwt-polymer-elements",
3+
"description": "This file is for maintaining the list of elements in the gwt-polymer-elements.jar",
4+
"authors": [
5+
"Manolo Carrasco"
6+
],
7+
"license": "Apache License 2.0",
8+
"keywords": [
9+
"vaadin",
10+
"polymer",
11+
"paper",
12+
"elements",
13+
"web",
14+
"components",
15+
"webcomponents",
16+
"gwt"
17+
],
18+
"homepage": "https://github.com/vaadin/gwt-polymer-elements",
19+
"dependencies": {
20+
"polymer": "^1.9",
21+
"iron-elements": "1 - 2",
22+
"app-elements": "1 - 2",
23+
"paper-elements": "1 - 2",
24+
"platinum-elements": "1 - 2",
25+
"vaadin-grid": "1 - 1.9",
26+
"vaadin-combo-box": "1 - 1.9",
27+
"vaadin-date-picker": "1 - 1.9",
28+
"vaadin-upload": "1 - 1.9",
29+
"vaadin-split-layout": "1 - 1.9",
30+
"vaadin-context-menu": "1 - 1.9",
31+
"vaadin-icons": "1 - 3",
32+
"vaadin-pouchdb": "manolo/vaadin-pouchdb#master"
33+
},
34+
"ignore": [
35+
"**/.*",
36+
"node_modules",
37+
"bower_components",
38+
"test",
39+
"tests",
40+
"lib",
41+
"src",
42+
"target"
43+
]
44+
}

0 commit comments

Comments
 (0)