{
  "name": "insist",
  "version": "1.0.1",
  "description": "Drop-in replacement of assert with a better message.",
  "main": "insist.js",
  "scripts": {
    "test": "node test.js"
  },
  "dependencies": {
    "esprima": "^4.0.0",
    "stack-trace": "^0.0.10"
  },
  "keywords": [
    "assert",
    "error",
    "test",
    "debug"
  ],
  "author": "Sean McArthur <sean.monstar@gmail.com> (http://seanmonstar.com)",
  "bugs": "https://github.com/seanmonstar/insist/issues",
  "homepage": "https://github.com/seanmonstar/insist",
  "repository": {
    "type": "git",
    "url": "https://github.com/seanmonstar/insist.git"
  },
  "license": "MPLv2.0"
}
