{ "name": "complex.js", "homepage": "https://github.com/infusion/Complex.js", "bugs": "https://github.com/infusion/Complex.js/issues", "title": "complex.js", "version": "2.1.1", "description": "A complex numbers library", "keywords": [ "complex numbers", "math", "complex", "number", "calculus", "parser", "arithmetic" ], "author": "Robert Eisele (http://www.xarg.org/)", "main": "complex", "types": "complex.d.ts", "private": false, "directories": { "example": "examples" }, "readmeFilename": "README.md", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/infusion/Complex.js.git" }, "funding": { "type": "patreon", "url": "https://www.patreon.com/infusion" }, "engines": { "node": "*" }, "scripts": { "test": "mocha tests/*.js" }, "devDependencies": { "mocha": "*" } }