hopglass/bower.json

33 lines
764 B
JSON
Raw Normal View History

2015-03-29 01:09:21 +01:00
{
2016-02-03 19:18:37 +01:00
"name": "HopGlass",
2015-03-29 01:09:21 +01:00
"ignore": [
"node_modules",
"bower_components",
"**/.*",
"test",
"tests"
],
"dependencies": {
"Leaflet.label": "~0.2.1",
2016-05-22 15:58:09 +02:00
"chroma-js": "~1.1.1",
"leaflet": "~0.7.7",
"moment": "~2.13.0",
"requirejs": "~2.2.0",
"tablesort": "https://github.com/tristen/tablesort.git#v4.0.1",
2015-03-29 01:14:42 +01:00
"roboto-slab-fontface": "*",
2016-05-22 15:58:09 +02:00
"es6-shim": "~0.35.1",
"almond": "~0.3.2",
"d3": "~3.5.17",
"roboto-fontface": "~0.3.0",
2016-05-22 15:58:09 +02:00
"virtual-dom": "~2.1.1",
"leaflet-providers": "~1.1.10",
2016-05-26 00:27:46 +02:00
"rbush": "https://github.com/mourner/rbush.git#~1.4.3"
2015-03-29 01:09:21 +01:00
},
"authors": [
2016-02-03 19:18:37 +01:00
"Milan Pässler <me@petabyteboy.de>",
2015-03-29 01:09:21 +01:00
"Nils Schneider <nils@nilsschneider.net>"
],
2016-02-03 19:18:37 +01:00
"license": "AGPL3",
2015-03-29 01:09:21 +01:00
"private": true
}