mathjs/package.json

57 lines
1.5 KiB
JSON

{
"name": "mathjs",
"version": "0.16.0-SNAPSHOT",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features real and complex numbers, big numbers, units, matrices, a large set of mathematical functions, and a flexible expression parser.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [
"Sebastien Piquemal (https://github.com/sebpiq)",
"Guillermo Indalecio Fernández (https://github.com/guillermobox)",
"Huseyn Guliyev (https://github.com/husayt)",
"Jim Garrison (https://github.com/garrison)",
"Bart Kiers (https://github.com/bkiers)",
"Zak Zibrat (https://github.com/palimpsests)",
"Bryan Cuccioli (https://github.com/bcuccioli)"
],
"homepage": "http://mathjs.org",
"repository": {
"type": "git",
"url": "git://github.com/josdejong/mathjs.git"
},
"keywords": [
"math",
"mathematics",
"functions",
"numeric",
"parser",
"expression",
"number",
"bignumber",
"complex",
"matrix",
"unit"
],
"dependencies": {
"bignumber.js": "~1.3.0"
},
"devDependencies": {
"jake": ">= 0.5.9",
"browserify": "2.x",
"mocha": "1.x",
"numbers": "0.4.0",
"uglify-js": ">= 2.2.5",
"dateable": ">= 0.1.2",
"underscore": "1.4.x",
"seed-random": ">= 1.0.1"
},
"main": "./index",
"scripts": {
"test": "mocha test --recursive --reporter spec"
},
"bin": {
"mathjs": "./bin/cli.js"
},
"engines": {
"node": "*"
}
}