libsbmljs_stable
Version:
A WebAssembly/JavaScript SBML library
26 lines (25 loc) • 621 B
JSON
{
"name": "libsbmljs_stable",
"version": "5.17.0-beta1",
"description": "A WebAssembly/JavaScript SBML library",
"main": "libsbml.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": ["libsbml.js","libsbml.wasm"],
"repository": {
"type": "git",
"url": "git+https://github.com/libsbmljs/libsbmljs.git"
},
"keywords": [
"systems",
"biology",
"sbml"
],
"author": "Kyle Medley",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/libsbmljs/libsbmljs/issues"
},
"homepage": "https://github.com/libsbmljs/libsbmljs#readme"
}