This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/node_modules/num2fraction/package.json

32 lines
560 B
JSON

{
"name": "num2fraction",
"version": "1.2.2",
"description": "Convert number to fraction",
"main": "index.js",
"author": {
"name": "yisi",
"email": "yiorsi@gmail.com",
"url": "http://iyunlu.com/view"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:yisibl/num2fraction.git"
},
"keywords": [
"fraction",
"number",
"math",
"maths",
"arithmetic",
"gcd",
"rational"
],
"devDependencies": {
"tape": "^3.0.0"
},
"scripts": {
"test": "tape test/*.js"
}
}