meshviewer/bower.json

32 lines
777 B
JSON
Raw Normal View History

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