{
  "name": "closure-linter-wrapper",
  "description": "Node Wrapper to allow access to Google Closure Linter from NodeJS",
  "version": "1.1.0",
  "homepage": "https://github.com/jmendiara/node-closure-linter-wrapper",
  "author": {
    "name": "Javier Mendiara Cañardo",
    "email": "jmendiara@gmail.com"
  },
  "contributors": [
    {
      "name": "Denis Ciccale",
      "email": "dciccale@gmail.com"
    },
    {
      "name": "Sergio Ruiz",
      "email": "serginator@gmail.com"
    },
    {
      "name": "Jaime Pastor Pueyo",
      "email": "moelders@gmail.com"
    },
    {
      "name": "David Cantelar - @dcantelar",
      "email": "david.cantelar@telefonica.com"
    },
    {
      "name": "ama-ch"
    },
    {
      "name": "Michael Mifsud - @xyzfer"
    },
    {
      "name": "Garrett Wu - @garrettwu"
    },
    {
      "name": "Jeremy Banks - @jeremybanks"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jmendiara/node-closure-linter-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/jmendiara/node-closure-linter-wrapper/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jmendiara/node-closure-linter-wrapper/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/closure-linter-wrapper",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt simplemocha"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-simple-mocha": "^0.4.0",
    "grunt": "^0.4.5",
    "mocha": "^2.2.5",
    "chai": "^3.0.0",
    "sinon": "^1.15.3",
    "grunt-release": "^0.13.0"
  },
  "keywords": [
    "closure-linter"
  ],
  "dependencies": {
    "colors": "^1.1.2"
  }
}
