12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "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 <robert@xarg.org> (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": "*"
- }
- }
|