mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
21 lines
322 B
JSON
21 lines
322 B
JSON
{
|
|
"name": "mathjs",
|
|
"version": "2.6.0",
|
|
"main": "./dist/math.min.js",
|
|
"license": "Apache-2.0",
|
|
"ignore": [
|
|
"coverage",
|
|
"img",
|
|
"misc",
|
|
"node_modules",
|
|
"test",
|
|
"tools",
|
|
".gitignore",
|
|
".npmignore",
|
|
".travis.yml",
|
|
"gulpfile.js",
|
|
"component.json",
|
|
"package.json"
|
|
]
|
|
}
|