{
  "name": "esformatter-var-each",
  "description": "Esformatter plugin that converts comma `var` statements into separate `var` statements",
  "version": "2.1.0",
  "homepage": "https://github.com/twolfson/esformatter-var-each",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/esformatter-var-each.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/esformatter-var-each/issues"
  },
  "licenses": [
    {
      "type": "UNLICENSE",
      "url": "https://github.com/twolfson/esformatter-var-each/blob/master/UNLICENSE"
    }
  ],
  "main": "lib/esformatter-var-each",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "rocambole": "~0.3.6",
    "rocambole-token": "~1.2.1"
  },
  "devDependencies": {
    "chai": "~3.0.0",
    "esformatter": "~0.4.3",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-watch": "~0.4.0",
    "mocha": "~1.11.0"
  },
  "keywords": [
    "esformatter",
    "esformatter-plugin",
    "vareach",
    "var-each"
  ]
}