{
  "author": "Andrew Hanna <percyhanna@gmail.com>",
  "name": "chai-array",
  "description": "Array assertion helpers for the Chai assertion library",
  "keywords": [
    "test",
    "assertion",
    "assert",
    "testing",
    "array"
  ],
  "version": "0.0.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/percyhanna/chai-array"
  },
  "bugs": {
    "url": "https://github.com/percyhanna/chai-array/issues"
  },
  "scripts": {
    "test": "mocha-phantomjs test/index.html"
  },
  "main": "./chai-array",
  "engines": {
    "node": ">= 0.4.0"
  },
  "devDependencies": {
    "chai": "1",
    "mocha": "1",
    "mocha-phantomjs": "3"
  }
}
