UNPKG

gnuplot-wasm

Version:
24 lines (23 loc) 429 B
{ "name": "gnuplot-wasm", "version": "0.1.0", "description": "gnuplot compiled to WASM", "keywords": [ "gnuplot", "graph", "plot", "diagram", "svg" ], "license": "MIT", "repository": "stereobooster/gnuplot-wasm", "author": "stereooboster", "type": "module", "main": "src/index.js", "files": [ "src" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }