mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
30 lines
633 B
JSON
30 lines
633 B
JSON
{
|
|
"name": "math2",
|
|
"version": "0.0.1",
|
|
"description": "An advanced Javascript math library",
|
|
"author": "Jos de Jong <wjosdejong@gmail.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "Jos de Jong",
|
|
"email": "wjosdejong@gmail.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/josdejong/math2.git"
|
|
},
|
|
"keywords": [
|
|
"math",
|
|
"mathematics",
|
|
"functions",
|
|
"parser",
|
|
"expression"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"main": "math2.js",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|