hopglass/bower.json

31 lines
640 B
JSON
Raw Normal View History

2015-03-29 01:09:21 +01:00
{
"name": "meshviewer",
"ignore": [
"node_modules",
"bower_components",
"**/.*",
"test",
"tests"
],
"dependencies": {
"Leaflet.label": "~0.2.1",
"chroma-js": "~0.6.1",
"leaflet": "~0.7.3",
"ionicons": "~2.0.1",
"moment": "~2.9.0",
"requirejs": "~2.1.16",
2015-03-29 01:14:02 +01:00
"tablesort": "https://github.com/tristen/tablesort.git#v3.0.2",
2015-03-29 01:14:42 +01:00
"roboto-slab-fontface": "*",
2015-03-29 03:46:10 +02:00
"es6-shim": "~0.27.1",
"almond": "~0.3.1",
2015-03-31 17:22:36 +02:00
"r.js": "~2.1.16",
"d3": "~3.5.5",
"numeraljs": "~1.5.3"
2015-03-29 01:09:21 +01:00
},
"authors": [
"Nils Schneider <nils@nilsschneider.net>"
],
"license": "GPL3",
"private": true
}