UNPKG

scs-solver

Version:

WebAssembly version of the SCS convex programming solver

30 lines (29 loc) 699 B
{ "name": "scs-solver", "version": "1.0.2", "description": "WebAssembly version of the SCS convex programming solver", "keywords": [ "convex", "programming", "optimization" ], "homepage": "https://github.com/DominikPeters/scs.wasm#readme", "bugs": { "url": "https://github.com/DominikPeters/scs.wasm/issues" }, "repository": { "type": "git", "url": "git+https://github.com/DominikPeters/scs.wasm.git" }, "license": "MIT", "author": "Dominik Peters", "main": "dist/scs.js", "module": "dist/scs.mjs", "files": [ "dist" ], "scripts": { "build": "make clean && make wasm", "test": "echo \"Error: no test specified\" && exit 1" } }