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.
32 lines
560 B
32 lines
560 B
2 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|