gnuplot-wasm
Version:
gnuplot compiled to WASM
24 lines (23 loc) • 429 B
JSON
{
"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"
}
}