32 lines
781 B
JSON
32 lines
781 B
JSON
{
|
|
"name": "ffrgb-meshviewer",
|
|
"ignore": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**/.*",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"Leaflet.label": "~0.2.1",
|
|
"chroma-js": "~1.1.1",
|
|
"leaflet": "https://github.com/davojta/Leaflet.git#v0.7.7.1",
|
|
"moment": "~2.13.0",
|
|
"requirejs": "~2.2.0",
|
|
"tablesort": "https://github.com/tristen/tablesort.git#v4.0.1",
|
|
"roboto-slab-fontface-kit": "*",
|
|
"es6-shim": "~0.35.1",
|
|
"almond": "~0.3.2",
|
|
"d3": "~3.5.17",
|
|
"roboto-fontface": "~0.5.0",
|
|
"virtual-dom": "~2.1.1",
|
|
"rbush": "https://github.com/mourner/rbush.git#~1.4.3"
|
|
},
|
|
"authors": [
|
|
"Milan Pässler <me@petabyteboy.de>",
|
|
"Nils Schneider <nils@nilsschneider.net>"
|
|
],
|
|
"license": "AGPL3",
|
|
"private": true
|
|
}
|