{
  "name": "esformatter-asi",
  "version": "0.5.2",
  "description": "Esformatter plugin to automatically remove semicolons that would be inserted by ASI rules.",
  "keywords": [
    "esformatter",
    "esformatter-plugin",
    "plugin",
    "asi",
    "semicolons"
  ],
  "author": {
    "name": "Nathan Black",
    "email": "nathan@nathanblack.org",
    "url": "http://nathanblack.org"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nathanboktae/esformatter-asi"
  },
  "bugs": "https://github.com/nathanboktae/esformatter-asi/issues",
  "main": "esformatter-asi.js",
  "scripts": {
    "test": "mocha test/*-test.js"
  },
  "devDependencies": {
    "chai": "^2.1.2",
    "esformatter": "latest",
    "mocha": "^2.2.0"
  }
}
