{
  "name": "semify",
  "version": "0.2.4",
  "description": "Replaces all that pesky JavaScript with unsullied semicolons.",
  "keywords": [
    "semicolon",
    "syntax",
    "formatting"
  ],
  "main": "./lib/semify",
  "bin": {
    "semify": "./bin/semify"
  },
  "engines": {
    "node": ">= 0.10.30"
  },
  "author": "instancetype",
  "repository": {
    "type": "git",
    "url": "https://github.com/instancetype/semify.git"
  },
  "homepage": "https://github.com/instancetype/semify",
  "license": "ISC",
  "devDependencies": {
    "gulp": "^3.8.7",
    "gulp-jshint": "^1.8.4",
    "jshint-stylish": "^0.4.0"
  },
  "dependencies": {},
  "preferGlobal": true
}
