-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
57 lines (57 loc) · 1.9 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
50
51
52
53
54
55
56
57
{
"name": "cube-elements",
"version": "0.1.0",
"homepage": "https://github.com/CubexElements/cube-elements",
"authors": [],
"description": "The cube elements enable building full cubex apps out of modular custom elements.",
"main": "cube-elements.html",
"moduleType": [],
"keywords": [
"web-components",
"polymer",
"cubex",
"cube"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"cube-resource": "CubexElements/cube-resource",
"cube-table": "CubexElements/cube-table",
"cube-time": "CubexElements/cube-time",
"cube-behavior": "CubexElements/cube-behavior",
"cube-pagelet": "CubexElements/cube-pagelet",
"cube-animbg": "CubexElements/cube-animbg",
"cube-icon": "CubexElements/cube-icon",
"cube-action": "CubexElements/cube-action",
"cube-list": "CubexElements/cube-list",
"cube-dropdown": "CubexElements/cube-dropdown",
"cube-touch-enabled": "CubexElements/cube-touch-enabled",
"cube-websocket": "CubexElements/cube-websocket",
"cube-indexeddb-mirror": "CubexElements/cube-indexeddb-mirror",
"cube-preferences": "CubexElements/cube-preferences",
"cube-nudge": "CubexElements/cube-nudge",
"cube-hero": "CubexElements/cube-hero",
"cube-card": "CubexElements/cube-card",
"cube-carousel": "CubexElements/cube-carousel",
"cube-tile": "CubexElements/cube-tile",
"cube-title": "CubexElements/cube-title",
"cube-form": "CubexElements/cube-form",
"cube-input": "CubexElements/cube-input",
"cube-color": "CubexElements/cube-color",
"cube-dialog": "CubexElements/cube-dialog",
"cube-wizard": "CubexElements/cube-wizard",
"cube-layout": "CubexElements/cube-layout",
"cube-repeat": "CubexElements/cube-repeat"
},
"resolutions": {
"polymer": "1.9 - 2",
"iron-ajax": "1.9 - 2",
"webcomponentsjs": "^v1.0.0"
}
}