27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"name": "complex.js",
|
|
"main": "complex.js",
|
|
"version": "2.0.1",
|
|
"homepage": "https://github.com/infusion/Complex.js",
|
|
"description": "A complex number library",
|
|
"keywords": [
|
|
"math", "complex", "number", "calculus", "parser"
|
|
],
|
|
"authors": [
|
|
"Robert Eisele <robert@xarg.org> (http://www.xarg.org/)"
|
|
],
|
|
"license": [
|
|
"MIT",
|
|
"GPL"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/infusion/Complex.js.git"
|
|
},
|
|
"ignore": [
|
|
"tests",
|
|
".travis.yml",
|
|
"package.json"
|
|
]
|
|
}
|