brati
Version:
Simple big rational number implementation, WIP
27 lines (26 loc) • 566 B
JSON
{
"name": "brati",
"description": "Simple big rational number implementation, WIP",
"keywords": [
"arithmetic",
"bigrational",
"javascript"
],
"version": "0.0.1alpha",
"author": "Angel 'Java' Lopez <webmaster@ajlopez.com> (http://www.ajlopez.com)",
"repository": {
"type": "git",
"url": "git://github.com/ajlopez/BRati.git"
},
"main": "./lib/brati.js",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "simpleunit -r ./test"
},
"dependencies": {},
"devDependencies": {
"simpleunit": "0.0.7"
}
}