{
  "name": "chai-fuzzy",
  "version": "1.6.1",
  "keywords": [
    "chai",
    "chai-plugin",
    "browser",
    "array",
    "testing",
    "jasmine"
  ],
  "description": "fuzzy matchers for chai",
  "main": "index.js",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/elliotf/chai-fuzzy.git"
  },
  "author": "Elliot Foster",
  "license": "MIT",
  "dependencies": {
    "underscore": ">= 1.0.0"
  },
  "devDependencies": {
    "chai": ">=1.0.0",
    "mocha": ">=1.0.0"
  },
  "peerDependencies": {
    "chai": ">= 1.0.0"
  },
  "engines": {
    "npm": ">= 1.2"
  }
}
