source: gs3-extensions/mars-src/trunk/src/colormap/package.json@ 34373

Last change on this file since 34373 was 34372, checked in by davidb, 4 years ago

NodeJS code to generate a JSON heatmap to be used with WaveSurferJS

File size: 312 bytes
Line 
1{
2 "name": "generate-colormap",
3 "version": "1.0.0",
4 "description": "Generates a colormap to be used with WaveSurferJS",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "",
10 "license": "ISC",
11 "dependencies": {
12 "colormap": "^2.3.1"
13 }
14}
Note: See TracBrowser for help on using the repository browser.