{
  "name": "grunt-coffee-build",
  "description": "Builds hybrid coffeescript/javascript commonjs projects to run anywhere transparently(amd, commonjs or plain browser load), generating combined source maps and optionally browserifying dependencies.",
  "version": "1.4.12",
  "homepage": "https://github.com/tarruda/grunt-coffee-build",
  "author": {
    "name": "Thiago de Arruda",
    "email": "tpadilha84@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tarruda/grunt-coffee-build.git"
  },
  "bugs": {
    "url": "https://github.com/tarruda/grunt-coffee-build/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tarruda/grunt-coffee-build/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.coffee",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-clean": "~0.4.0",
    "grunt": "~0.4.1",
    "source-map-support": "~0.2.1",
    "grunt-release": "~0.5.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "commonjs",
    "build",
    "grunt",
    "browserify"
  ],
  "dependencies": {
    "source-map": "~0.1.27",
    "coffee-script": "~1.6.3",
    "uglify-js": "~2.3.6",
    "handlebars": "~1.0.12",
    "lexical-scope": "0.0.14",
    "browserify": "~2.29.1"
  }
}
