{
  "name": "kendo-lint",
  "version": "0.2.3",
  "description": "'A static analysis (linting) tool that checks your usage of Kendo UI objects'",
  "main": "lib/public-api.js",
  "dependencies": {
    "glob": "~3.2.1",
    "optimist": "~0.5.2",
    "uglify-js": "~2.3.6"
  },
  "devDependencies": {
    "markdown": "~0.4.0"
  },
  "scripts": {
    "test": "kendo-lint '$(this).kendoSplitter()'"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kendo-labs/kendo-lint.git"
  },
  "bin": {
    "kendo-lint": "bin/kendo-lint"
  },
  "keywords": [
    "linter",
    "static",
    "analysis",
    "javascript"
  ],
  "author": "Kendo UI",
  "license": "Apache 2.0",
  "gitHead": "38ba28cf13ec8d0879345e78df24d0441c82af0a",
  "readmeFilename": "README.md"
}
