UNPKG

algebrite

Version:

Computer Algebra System in Coffeescript

39 lines (38 loc) 2.1 kB
{ "name": "algebrite", "version": "0.2.23", "description": "Computer Algebra System in Coffeescript", "main": "dist/algebrite.js", "directories": { "test": "tests" }, "scripts": { "microtest": "cat runtime/defs.coffee sources/*.coffee runtime/alloc.coffee runtime/display.coffee runtime/find.coffee runtime/init.coffee runtime/mcmp.coffee runtime/otherCFunctions.coffee runtime/run.coffee runtime/stack.coffee runtime/symbol.coffee runtime/zombocom.coffee test-harness.coffee run-micro-tests.coffee | coffee -cs | node", "test": "cat runtime/defs.coffee sources/*.coffee runtime/alloc.coffee runtime/display.coffee runtime/find.coffee runtime/init.coffee runtime/mcmp.coffee runtime/otherCFunctions.coffee runtime/run.coffee runtime/stack.coffee runtime/symbol.coffee runtime/zombocom.coffee tests/*.coffee test-harness.coffee run-tests.coffee | coffee -cs | node", "build": "cat runtime/defs.coffee sources/*.coffee runtime/alloc.coffee runtime/display.coffee runtime/find.coffee runtime/init.coffee runtime/mcmp.coffee runtime/otherCFunctions.coffee runtime/run.coffee runtime/stack.coffee runtime/symbol.coffee runtime/zombocom.coffee | coffee -sc > dist/algebrite.js", "build-for-browser": "cat runtime/defs.coffee sources/*.coffee runtime/alloc.coffee runtime/display.coffee runtime/find.coffee runtime/init.coffee runtime/mcmp.coffee runtime/otherCFunctions.coffee runtime/run.coffee runtime/stack.coffee runtime/symbol.coffee runtime/zombocom.coffee | coffee -sc > dist/algebrite.js; browserify ./sources/mainForWebPage.js -o ./dist/algebrite.bundle-for-browser.js" }, "repository": { "type": "git", "url": "git+https://github.com/davidedc/Algebrite.git" }, "keywords": [ "cas", "algebra", "computer", "algebra", "system", "eigenmath", "math", "symbolic" ], "author": "Davide Della Casa", "license": "MIT", "bugs": { "url": "https://github.com/davidedc/Algebrite/issues" }, "homepage": "https://github.com/davidedc/Algebrite#readme", "dependencies": { "big-integer": "^1.6.15" } }