simple-squiggle/node_modules/complex.js/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

{
"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": "*"
}
}