frac/package.json

20 lines
550 B
JSON
Raw Normal View History

2013-12-14 07:11:37 +00:00
{
"name": "frac",
2013-12-26 04:14:09 +00:00
"version": "0.2.1",
2013-12-14 07:11:37 +00:00
"author": "SheetJS",
"description": "Rational approximation with bounded denominator",
"keywords": [ "math", "fraction", "rational", "approximation" ],
"main": "./frac.js",
"dependencies": {},
"devDependencies": {"mocha":""},
"repository": {
"type":"git",
"url": "git://github.com/SheetJS/frac.git"
},
"scripts": {
"test": "make test"
},
"bugs": { "url": "https://github.com/SheetJS/frac/issues" },
"engines": { "node": ">=0.8" }
}