parse-to-float
Version:
Parsing number to float with two digits precision
33 lines (32 loc) • 749 B
JSON
{
"name": "parse-to-float",
"version": "1.0.2",
"description": "Parsing number to float with two digits precision",
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
},
"files": [
"index.js",
"package.json",
"README.md"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rgierczak/parse-to-float.git"
},
"author": {
"name": "Rafal Gierczak",
"email": "gierczak.raf@gmail.com"
},
"keywords": [
"parse",
"float",
"int",
"precision",
"number",
"digits",
"convert"
],
"license": "MIT"
}