fpchecker
Version:
float number presentation checker
28 lines (27 loc) • 601 B
JSON
{
"name": "fpchecker",
"version": "1.0.2",
"description": "float number presentation checker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"FPChecker": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gyumeijie/FPChecker.git"
},
"keywords": [
"float",
"IEEE754",
"presentation"
],
"author": "Gyumeijie",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gyumeijie/FPChecker/issues"
},
"homepage": "https://github.com/Gyumeijie/FPChecker#readme"
}