Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
jos 2015-04-06 21:08:32 +02:00
commit 8dceac768f

29
composer.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "components/mathjs",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
"type": "component",
"homepage": "http://mathjs.org",
"license": "Apache 2.0",
"support": {
"issues": "https://github.com/josdejong/mathjs/issues",
"source": "https://github.com/josdejong/mathjs/",
"docs": "http://mathjs.org/docs"
},
"authors": [
{
"name": "Jos de Jong",
"email": "wjosdejong@gmail.com"
}
],
"extra": {
"component": {
"scripts": [
"./dist/math.js"
],
"files": [
"./dist/math.min.js",
"./dist/math.map"
]
}
}
}