{
  "name": "coffee-fmt",
  "version": "0.7.0",
  "description": "a `gofmt` inspired Coffeescript formatter/beautifier.",
  "author": {
    "name": "Steven R. Terpe",
    "email": "srterpe@gmail.com",
    "url": "https://github.com/sterpe"
  },
  "main": "./lib/fmt.js",
  "bin": {
    "coffee-fmt": "./lib/cmd.js"
  },
  "scripts": {
    "test": "node_modules/.bin/tape ./test/tape/*"
  },
  "dependencies": {
    "minimist": "~1.1.0"
  },
  "devDependencies": {
    "gulp": "^3.8.10",
    "gulp-coffee": "^2.3.1",
    "gulp-util": "^3.0.3",
    "mkdirp": "^0.5.0",
    "rimraf": "^2.2.8",
    "tape": "^3.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sterpe/coffee-fmt.git"
  },
  "keywords": [
    "coffee",
    "coffeescript",
    "fmt",
    "gofmt",
    "format",
    "formatter",
    "beautify",
    "beautifier",
    "coffee-beautify",
    "autoformat"
  ],
  "bugs": {
    "url": "https://github.com/sterpe/coffee-fmt/issues"
  },
  "license": "MIT"
}
