{
  "name": "sentence",
  "version": "1.3.0",
  "description": "assertions as sentences",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register ./test/*.coffee -R spec",
    "build": "coffee --bare --output lib --compile src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nickb1080/sentence.git"
  },
  "keywords": [
    "assertion",
    "unit",
    "test"
  ],
  "author": "Nick Bottomley (github.com/nickb1080)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nickb1080/sentence/issues"
  },
  "homepage": "https://github.com/nickb1080/sentence",
  "devDependencies": {
    "coffee-script": "^1.9.1",
    "mocha": "^2.2.1"
  },
  "dependencies": {
    "deep-equal": "^1.0.0",
    "lodash.isempty": "^3.0.0",
    "wassat": "^2.3.0"
  }
}
