-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
28 lines (28 loc) · 912 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
{
"name": "flatland",
"version": "0.0.0",
"homepage": "https://github.com/arodic/flatland",
"authors": [
"Aki Rodic <[email protected]>",
"Jono Brandel <[email protected]>",
"Chris Lauritzen <[email protected]>"
],
"license": "All rights reserved © 2014 Epilogue Press",
"ignore": [
"**/.*",
"modules",
"components"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.5.5",
"core-icons": "Polymer/core-icons#~0.5.5",
"core-selector": "Polymer/core-selector#~0.5.5",
"flatiron-director": "PolymerLabs/flatiron-director#~0.5.0",
"core-drawer-panel": "Polymer/core-drawer-panel#~0.5.5",
"paper-slider": "Polymer/paper-slider#~0.5.5",
"paper-toggle-button": "Polymer/paper-toggle-button#~0.5.5",
"io-bundle": "arodic/io-value#~0.6.6",
"io-menu": "arodic/io-menu#~0.1.12",
"three-js": "arodic/three-js#~0.1.0"
}
}