{
  "name": "call-after-brunch",
  "version": "1.7.2",
  "description": "A micro-plugin to run some javascript after Brunch's compile, inspired by after-brunch",
  "main": "./lib/index",
  "author": "Huafu Gandon <huafu.gandon@gmail.com>",
  "license": "MIT",
  "dependencies": {},
  "scripts": {
    "prepublish": "rm -rf lib && coffee --output lib/ src/",
    "postinstall": "rm -rf lib && coffee --output lib/ src/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/huafu/call-after-brunch"
  },
  "keywords": [
    "brunch",
    "after",
    "javascript",
    "post-compile"
  ],
  "devDependencies": {},
  "bugs": {
    "url": "https://github.com/huafu/call-after-brunch/issues"
  },
  "homepage": "https://github.com/huafu/call-after-brunch"
}
