forked from rawify/Complex.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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 <[email protected]> (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": "*"
}
}