{
  "name": "ibrik",
  "description": "CoffeeScript coverage tool",
  "homepage": "https://github.com/Constellation/ibrik",
  "main": "./lib/ibrik",
  "directories": {
    "lib": "./lib",
    "tools": "./tools"
  },
  "bin": {
    "ibrik": "./bin/ibrik"
  },
  "version": "2.0.0",
  "engines": {
    "node": ">=0.4.0"
  },
  "maintainers": [
    {
      "name": "Yusuke Suzuki",
      "email": "utatane.tea@gmail.com",
      "web": "https://github.com/Constellation"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Constellation/ibrik.git"
  },
  "dependencies": {
    "lodash": "~2.4.1",
    "coffee-script": "~1.8.0",
    "istanbul": "~0.3.2",
    "estraverse": "~1.8.0",
    "which": "~1.0.5",
    "mkdirp": "~0.5.0",
    "optimist": "~0.6.1",
    "esprima": "1.2.x",
    "fileset": "0.1.x"
  },
  "devDependencies": {
    "bluebird": "~2.3.11",
    "chai": "~1.10.0",
    "gulp": "^3.8.10",
    "gulp-coffee": "^2.2.0",
    "gulp-mocha": "^2.0.0",
    "mocha": "~2.0.1",
    "promised-io": "~0.3.4"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "https://github.com/Constellation/ibrik/raw/master/LICENSE.BSD"
    }
  ],
  "scripts": {
    "test": "gulp test",
    "build": "gulp build",
    "watch": "gulp watch",
    "release": "npm run build && npm publish ."
  }
}
