2013-12-14 07:11:37 +00:00
|
|
|
{
|
2014-01-09 09:01:35 +00:00
|
|
|
"name": "frac",
|
2015-05-05 06:19:23 +00:00
|
|
|
"version": "1.0.2",
|
2014-01-09 09:01:35 +00:00
|
|
|
"author": "SheetJS",
|
|
|
|
"description": "Rational approximation with bounded denominator",
|
|
|
|
"keywords": [ "math", "fraction", "rational", "approximation" ],
|
2014-05-01 03:21:53 +00:00
|
|
|
"main": "frac.js",
|
|
|
|
"dependencies": {
|
|
|
|
"voc":""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha":""
|
|
|
|
},
|
|
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/frac.git" },
|
2014-01-09 09:01:35 +00:00
|
|
|
"scripts": {
|
2014-05-01 03:21:53 +00:00
|
|
|
"test": "mocha -R spec"
|
2014-01-09 09:01:35 +00:00
|
|
|
},
|
2014-05-01 02:32:25 +00:00
|
|
|
"config": {
|
|
|
|
"blanket": {
|
|
|
|
"pattern": "frac.js"
|
|
|
|
}
|
|
|
|
},
|
2014-01-09 09:01:35 +00:00
|
|
|
"bugs": { "url": "https://github.com/SheetJS/frac/issues" },
|
2014-05-01 03:21:53 +00:00
|
|
|
"license": "Apache-2.0",
|
2014-01-09 09:01:35 +00:00
|
|
|
"engines": { "node": ">=0.8" }
|
2013-12-14 07:11:37 +00:00
|
|
|
}
|