{
  "name": "chai-things",
  "version": "0.2.0",
  "author": "Ruben Verborgh <ruben.verborgh@gmail.com> (http://ruben.verborgh.org/)",
  "main": "./lib/chai-things.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/RubenVerborgh/Chai-Things.git"
  },
  "bugs": {
    "url": "https://github.com/RubenVerborgh/Chai-Things/issues"
  },
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "hint": "./node_modules/jshint/bin/hint lib",
    "test": "./node_modules/mocha/bin/mocha"
  },
  "devDependencies": {
    "chai": "1.4.x",
    "coffee-script": "1.4.x",
    "mocha": "1.7.x",
    "jshint": "0.9.x"
  }
}
