{
  "_args": [
    [
      "grunt-contrib-coffee@1.0.0",
      "/app"
    ]
  ],
  "_from": "grunt-contrib-coffee@1.0.0",
  "_id": "grunt-contrib-coffee@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-2u6wSVTxTihovMm6bq+RBf3C2kw=",
  "_location": "/grunt-contrib-coffee",
  "_phantomChildren": {
    "ansi-styles": "2.2.1",
    "escape-string-regexp": "1.0.5",
    "get-stdin": "4.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-contrib-coffee@1.0.0",
    "name": "grunt-contrib-coffee",
    "escapedName": "grunt-contrib-coffee",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/sails"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-coffee/-/grunt-contrib-coffee-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/app",
  "appveyor_id": "ns3waxwcw8ddcr3f",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-coffee/issues"
  },
  "dependencies": {
    "chalk": "~1.0.0",
    "coffee-script": "~1.10.0",
    "lodash": "~4.3.0",
    "uri-path": "~1.0.0"
  },
  "description": "Compile CoffeeScript files to JavaScript",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-internal": "^0.4.6",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "tasks"
  ],
  "homepage": "https://github.com/gruntjs/grunt-contrib-coffee#readme",
  "keywords": [
    "gruntplugin"
  ],
  "license": "MIT",
  "main": "tasks/coffee.js",
  "name": "grunt-contrib-coffee",
  "peerDependencies": {
    "grunt": ">= 0.4.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gruntjs/grunt-contrib-coffee.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "1.0.0"
}
