-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
44 lines (44 loc) · 1.04 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
{
"name": "lod-ui",
"version": "0.0.0",
"homepage": "https://github.com/geodan/LODUI",
"description": "Linked Open Data user interface",
"main": "index.html",
"keywords": [
"linked",
"open",
"data",
"polymer",
"interface"
],
"authors": [
"Tom van Tilburg"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.5.2",
"core-elements": "Polymer/core-elements#~0.5.2",
"paper-elements": "Polymer/paper-elements#~0.5.2",
"sortable-table": "~0.9.1",
"x-tag-datepicker": "x-tag/datepicker#master",
"polymer-date-picker": "~0.0.11",
"geodan-polymer": "https://github.com/Geodan/geodan-polymer.git",
"crossfilter": "~1.3.11",
"queue-async": "https://github.com/mbostock/queue.git#~1.0.7",
"d3-plugins": "*",
"underscore": "~1.7.0",
"nvd3-community": "~1.7.0"
},
"resolutions": {
"polymer": "^0.5.0",
"d3": "^3.4.12",
"sortable-table": "~0.11.0"
}
}