{
  "name": "node-cpplint",
  "description": "Validates C++ files with cpplint",
  "version": "0.4.0",
  "homepage": "https://github.com/stephenmathieson/node-cpplint",
  "author": {
    "name": "Stephen Mathieson",
    "email": "me@stephenmathieson.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stephenmathieson/node-cpplint.git"
  },
  "bugs": {
    "url": "https://github.com/stephenmathieson/node-cpplint/issues"
  },
  "licenses": [
    {
      "type": "WTFPL",
      "url": "https://raw.github.com/stephenmathieson/node-cpplint/master/LICENSE"
    }
  ],
  "bin": "bin/cpplint",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt travis"
  },
  "keywords": [
    "cpplint",
    "cpp",
    "lint",
    "code quality"
  ],
  "dependencies": {
    "commander": "~2.2.0",
    "colors": "~0.6.2"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-jslint": "~1.1.12",
    "vows": "~0.7.0",
    "grunt-vows": "~0.4.0"
  }
}
