{ "name": "mathjs", "version": "0.5.0-SNAPSHOT", "description": "Math.js is an extensive math library for JavaScript and Node.js. It features real and complex numbers, units, matrices, a large set of mathematical functions, and a flexible expression parser.", "author": "Jos de Jong ", "contributors": [ { "name": "Jos de Jong", "email": "wjosdejong@gmail.com" } ], "homepage": "http://mathjs.org", "repository": { "type": "git", "url": "git://github.com/josdejong/mathjs.git" }, "keywords": [ "math", "mathematics", "functions", "parser", "expression", "real", "complex", "matrix", "unit" ], "dependencies": {}, "devDependencies": { "jake": ">= 0.5.9", "uglify-js": ">= 2.2.5", "nodeunit": ">= 0.7.4", "dateable": ">= 0.1.2" }, "scripts": { "prepublish": "jake", "test": "jake test" }, "main": "./math.js", "engines": { "node": "*" } }