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