mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "mathjs",
|
|
"version": "0.2.0-SNAPSHOT",
|
|
"description": "An extensive math library for JavaScript and Node.js. Includes an advanced expression parser. Supports numbers, complex values, units, strings, and matrices. Contains a large set of functions and constants.",
|
|
"author": "Jos de Jong <wjosdejong@gmail.com>",
|
|
"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.8",
|
|
"uglify-js": ">= 2.2.5",
|
|
"nodeunit": ">= 0.7.4",
|
|
"dateable": ">= 0.1.2",
|
|
"filesize": ">= 1.7.9"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "jake"
|
|
},
|
|
"main": "./math.js",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|