{
  "name": "almost-equal",
  "version": "1.1.0",
  "description": "Test if two floats are almost equal",
  "main": "almost_equal.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "~0.4.1"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/almost-equal.git"
  },
  "keywords": [
    "float",
    "compare",
    "double",
    "round",
    "equal",
    "almost",
    "near",
    "tolerance",
    "epsilon",
    "FLT_EPSILON",
    "DBL_EPSILON"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "bb9919030f650a6b1b5a9f0f65c406055146d259"
}
