mathjs/package.json
2013-03-16 13:03:28 +01:00

44 lines
1.1 KiB
JSON

{
"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 <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.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": "*"
}
}