{
  "name": "esformatter-spaced-lined-comment",
  "version": "2.0.1",
  "description": "esformatter plugin for adding a space as the first character in a line comment",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint *.js",
    "build": "npm run lint && npm run test"
  },
  "files": [
    "index.js"
  ],
  "repository": "briandipalma/esformatter-spaced-lined-comment",
  "keywords": [
    "esformatter",
    "plugin"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "Brian Di Palma",
  "license": "ISC",
  "devDependencies": {
    "esformatter": "^0.4.3",
    "eslint": "^0.15.0",
    "mocha": "^2.1.0"
  },
  "dependencies": {}
}
