You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
44 lines
1.0 KiB
3 years ago
|
{
|
||
|
"name": "fraction.js",
|
||
|
"title": "fraction.js",
|
||
|
"version": "4.2.0",
|
||
|
"homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/",
|
||
|
"bugs": "https://github.com/infusion/Fraction.js/issues",
|
||
|
"description": "A rational number library",
|
||
|
"keywords": [
|
||
|
"math",
|
||
|
"fraction",
|
||
|
"rational",
|
||
|
"rationals",
|
||
|
"number",
|
||
|
"parser",
|
||
|
"rational numbers"
|
||
|
],
|
||
|
"author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)",
|
||
|
"main": "fraction",
|
||
|
"types": "./fraction.d.ts",
|
||
|
"private": false,
|
||
|
"readmeFilename": "README.md",
|
||
|
"directories": {
|
||
|
"example": "examples"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/infusion/Fraction.js.git"
|
||
|
},
|
||
|
"funding": {
|
||
|
"type": "patreon",
|
||
|
"url": "https://www.patreon.com/infusion"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha tests/*.js"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"mocha": "*"
|
||
|
}
|
||
|
}
|