{
  "author": "Marat Dulin <mdevils@yandex.ru>",
  "description": "JavaScript Code Style",
  "name": "edp-jscs",
  "version": "1.5.10",
  "main": "lib/checker",
  "homepage": "https://github.com/mdevils/node-jscs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mdevils/node-jscs"
  },
  "bugs": {
    "url": "https://github.com/mdevils/node-jscs/issues"
  },
  "contributors": [
    "Marat Dulin <mdevils@yandex.ru>",
    "Konstantin Ikonnikov <ikokostya@gmail.com>",
    "Igor Agarlev",
    "Alexey Androsov <doochik@ya.ru>",
    "Oleg Gaidarenko <markelog@gmail.com>",
    "Mike Sherov <mike.sherov@gmail.com>"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "colors": "~0.6.2",
    "commander": "~2.3.0",
    "esprima": "~1.2.2",
    "glob": "~4.0.0",
    "minimatch": "~0.4.0",
    "strip-json-comments": "~0.1.1",
    "vow": "~0.4.3",
    "vow-fs": "~0.3.1",
    "xmlbuilder": "~2.3.0",
    "supports-color": "~0.2.0"
  },
  "devDependencies": {
    "browserify": "~5.8.0",
    "hooker": "~0.2.3",
    "jshint": "~2.5.0",
    "mocha": "~1.20.1",
    "sinon": "~1.10.0",
    "xml2js": "~0.4.2",
    "has-ansi": "~0.1.0"
  },
  "bin": {
    "jscs": "./bin/jscs"
  },
  "scripts": {
    "lint": "jshint . && node bin/jscs lib test bin publish",
    "test": "npm run lint && mocha",
    "browserify": "browserify --standalone JscsStringChecker lib/string-checker.js -o jscs-browser.js",
    "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
    "release": "node publish/prepublish && npm publish",
    "postpublish": "node publish/postpublish"
  },
  "files": [
    "bin",
    "lib",
    "presets",
    "LICENSE",
    "jscs-browser.js"
  ]
}
