{
  "name": "brofist",
  "version": "0.3.1",
  "description": "Minimal BDD test runner that plays along nicely with Browserify.",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/brofistjs/brofist.git"
  },
  "scripts": {
    "test": "node ./test/tap"
  },
  "author": "Quildreen \"Sorella\" Motta <quildreen@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "calliope": {
    "output": "docs/api",
    "copyright": "© 2013 Quildreen \"Sorella\" Motta",
    "packages": [
      {
        "files": [
          "src/*.js"
        ]
      }
    ]
  },
  "dependencies": {
    "boo": "~2.0.0",
    "pinky-combinators": "~0.1.1",
    "pinky": "~0.1.2",
    "shoutout": "~1.0.0"
  },
  "testling": {
    "files": "test/tap.js",
    "browsers": [
      "ie/6..latest",
      "chrome/20..latest",
      "firefox/15..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6"
    ]
  },
  "devDependencies": {
    "chai": "~1.6.0",
    "es5-shim": "~2.1.0",
    "chai-as-promised": "git://github.com/killdream/chai-as-promised.git#master",
    "brofist-tap": "~0.2.0"
  }
}
