forked from GFA-RDIP/Morgana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 860 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
29
30
31
32
33
34
{
"name": "Morgana",
"homepage": "https://github.com/H-Plus-Time/Morgana",
"authors": [
"Nicholas Roberts <[email protected]>"
],
"description": "",
"main": "index.html",
"license": "GPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"app-route": "PolymerElements/app-route#^0.9.2",
"app-layout": "^0.10.4",
"paper-toast": "^1.3.0",
"paper-icon-button": "^1.1.3",
"iron-pages": "^1.0.8",
"iron-icons": "^1.1.3",
"iron-location": "^0.8.9",
"underscore": "^1.8.3",
"linkurious.js": "https://github.com/Linkurious/linkurious.js.git#^1.5.1",
"randomcolor": "randomColor#^0.4.4",
"paper-tabs": "^1.6.2",
"d3": "3.5.17",
"paper-toggle-button": "^1.2.1",
"vaadin-grid": "^1.1.2"
}
}