mirror of
https://github.com/Brandon-Rozek/Fractions.js.git
synced 2024-11-09 11:10:34 -05:00
22 lines
521 B
JSON
22 lines
521 B
JSON
{
|
|
"name": "fractions",
|
|
"version": "1.0.0",
|
|
"description": "A library to help do more precise fractional math",
|
|
"main": "Fraction.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/brandonrozek/Fraction.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/brandonrozek/Fraction.js/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "node Tests.js"
|
|
},
|
|
"keywords": [
|
|
"fractions",
|
|
"math"
|
|
],
|
|
"author": "Brandon Rozek <hello@brandonrozek.com> (https://brandonrozek.com)",
|
|
"license": "MIT"
|
|
}
|