From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/num2fraction/package.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 node_modules/num2fraction/package.json (limited to 'node_modules/num2fraction/package.json') diff --git a/node_modules/num2fraction/package.json b/node_modules/num2fraction/package.json new file mode 100644 index 00000000..ff970906 --- /dev/null +++ b/node_modules/num2fraction/package.json @@ -0,0 +1,31 @@ +{ + "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" + } +} -- cgit v1.2.3