{
  "name": "coffee-formatter",
  "version": "0.1.2",
  "description": "A CoffeeScript formatter",
  "main": "lib/formatter.js",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "dependencies": {
    "lazy": "~1.0.11",
    "optimist": "~0.5.0"
  },
  "devDependencies": {
    "coffee-script": "^1.7.1",
    "coffeelint": "^1.5.2",
    "docco": "^0.6.3",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-coffeelint": "0.0.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-coffee": "^0.10.1",
    "grunt-docco": "^0.3.3",
    "grunt-simple-mocha": "^0.4.0",
    "mocha": "^1.21.3"
  },
  "scripts": {
    "prepublish": "grunt prepublish",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Glavin001/Coffee-Formatter.git"
  },
  "keywords": [
    "CoffeeScript",
    "formatter",
    "auto-format"
  ],
  "author": "Derek Chiang",
  "license": "MIT"
}
