{ "name": "mathjs", "version": "2.0.0-SNAPSHOT", "description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.", "author": "Jos de Jong (https://github.com/josdejong)", "contributors": [ "Favian Contreras (https://github.com/BigFav)", "Max Bruckner (https://github.com/FSMaxB)", "Sebastien Piquemal (https://github.com/sebpiq)", "Rogelio J. Baucells (https://github.com/rjbaucells)", "Devan Patel (https://github.com/devanp92)", "Guillermo Indalecio Fernández (https://github.com/guillermobox)", "Huseyn Guliyev (https://github.com/husayt)", "Kunal Vyas (https://github.com/kv-kunalvyas)", "Daniel Levin (https://github.com/daniel-levin)", "Niels Heisterkamp (https://github.com/nheisterkamp)", "Fabrice Colas (https://github.com/fabricecolas)", "Finn Pauls (https://github.com/finnp)", "Marcus Andre (https://github.com/marcusandre)", "Andy Pan (https://github.com/andy0130tw)", "Bart Kiers (https://github.com/bkiers)", "Jim Garrison (https://github.com/garrison)", "Bryan Cuccioli (https://github.com/bcuccioli)", "Pavel Panchekha (https://github.com/pavpanchekha)", "hamadu (https://github.com/hamadu)", "Waldir Pimenta (https://github.com/waldyrious)", "Mitchel Kelonye (https://github.com/kelonye)", "mtraynham (https://github.com/mtraynham)", "Owen Versteeg (https://github.com/owenversteeg)", "Ryan Seys (https://github.com/ryanseys)", "Elijah Insua (https://github.com/tmpvar)", "Zach Zibrat (https://github.com/palimpsests)", "Pete Corey (https://github.com/pcorey)", "Kenan Yildirim (https://github.com/KenanY)" ], "homepage": "http://mathjs.org", "repository": { "type": "git", "url": "https://github.com/josdejong/mathjs.git" }, "license": "Apache-2.0", "keywords": [ "math", "mathematics", "functions", "numeric", "parser", "expression", "number", "bignumber", "complex", "matrix", "unit" ], "dependencies": { "decimal.js": "^4.0.2", "fraction.js": "^2.0.0", "tiny-emitter": "^1.0.0", "typed-function": "^0.9.0" }, "devDependencies": { "glob": "^5.0.5", "gulp": "^3.8.11", "gulp-util": "^3.0.4", "istanbul": "^0.3.13", "mkdirp": "^0.5.0", "mocha": "^2.2.4", "q": "^1.2.0", "seed-random": "^2.2.0", "tar": "^2.1.0", "uglify-js": "^2.4.20", "underscore": "^1.8.3", "webpack": "^1.8.9" }, "main": "./index", "scripts": { "build": "gulp", "watch": "gulp watch", "docs": "gulp docs", "test": "mocha test --recursive", "coverage": "istanbul cover _mocha -- test --recursive; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"" }, "bin": { "mathjs": "./bin/cli.js" }, "engines": { "node": ">= 0.1" } }