UNPKG

1.34 kBJSONView Raw
1{
2 "name": "algebrite",
3 "version": "0.2.15",
4 "description": "Computer Algebra System in Coffeescript",
5 "main": "dist/algebrite.js",
6 "directories": {
7 "test": "tests"
8 },
9 "scripts": {
10 "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 run-tests.coffee | coffee -cs | node",
11 "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"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/antimatter15/Algebrite.git"
16 },
17 "keywords": [
18 "cas",
19 "algebra",
20 "computer",
21 "algebra",
22 "system",
23 "eigenmath",
24 "math",
25 "symbolic"
26 ],
27 "author": "Davide Della Casa",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/antimatter15/Algebrite/issues"
31 },
32 "homepage": "https://github.com/antimatter15/Algebrite#readme",
33 "dependencies": {
34 "big-integer": "^1.6.15"
35 }
36}