{
  "name": "conventional-changelog-jscs",
  "version": "0.1.0",
  "description": "conventional-changelog jscs preset",
  "main": "index.js",
  "scripts": {
    "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
    "lint": "jshint *.js --exclude node_modules && jscs *.js",
    "test": "mocha && npm run-script lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevemao/conventional-changelog-jscs.git"
  },
  "keywords": [
    "conventional-changelog",
    "jscs",
    "preset"
  ],
  "author": "Steve Mao",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/stevemao/conventional-changelog-jscs/issues"
  },
  "homepage": "https://github.com/stevemao/conventional-changelog-jscs#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "conventional-changelog-core": "0.0.2",
    "coveralls": "^2.11.6",
    "istanbul": "^0.4.2",
    "jscs": "^2.9.0",
    "jshint": "^2.9.1",
    "mocha": "*",
    "shelljs": "^0.5.3",
    "through2": "^2.0.0"
  },
  "dependencies": {
    "q": "^1.4.1"
  }
}
