round-floor-ceil
Version:
Create mozilla's round10 ceil10 floor10
25 lines (24 loc) • 476 B
JSON
{
"name": "round-floor-ceil",
"version": "0.1.1",
"description": "Create mozilla's round10 ceil10 floor10",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"Round",
"Ceil",
"Floor"
],
"author": "Nicholas Mole",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nicholasmole/round_floor_ceil"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}