{
  "name": "compare-functions",
  "version": "1.0.3",
  "description": "Functions to check equality for variouse criterea",
  "main": "index.js",
  "scripts": {
    "test": "node test.js | tap-spec",
    "debug": "node --inspect-brk test.js",
    "cover": "istanbul cover test.js"
  },
  "keywords": [
    "test",
    "testing",
    "compare",
    "funcs",
    "functions",
    "utility",
    "util"
  ],
  "author": "errorstream",
  "license": "ISC",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "tap-spec": "^4.1.1",
    "tape": "^4.8.0"
  },
  "dependencies": {
    "curry": "^1.2.0",
    "rainboom": "^0.2.4"
  }
}
