Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/conventional-changelog-jscs/package.json

{
  "_from": "conventional-changelog-jscs@^0.1.0",
  "_id": "conventional-changelog-jscs@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-BHnrRDzH1yxYvwvPDvHURKkvDlw=",
  "_location": "/conventional-changelog-cli/conventional-changelog-jscs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "conventional-changelog-jscs@^0.1.0",
    "name": "conventional-changelog-jscs",
    "escapedName": "conventional-changelog-jscs",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/conventional-changelog"
  ],
  "_resolved": "https://registry.npmjs.org/conventional-changelog-jscs/-/conventional-changelog-jscs-0.1.0.tgz",
  "_shasum": "0479eb443cc7d72c58bf0bcf0ef1d444a92f0e5c",
  "_spec": "conventional-changelog-jscs@^0.1.0",
  "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\conventional-changelog",
  "author": {
    "name": "Steve Mao"
  },
  "bugs": {
    "url": "https://github.com/stevemao/conventional-changelog-jscs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "q": "^1.4.1"
  },
  "deprecated": false,
  "description": "conventional-changelog jscs preset",
  "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"
  },
  "homepage": "https://github.com/stevemao/conventional-changelog-jscs#readme",
  "keywords": [
    "conventional-changelog",
    "jscs",
    "preset"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "conventional-changelog-jscs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevemao/conventional-changelog-jscs.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
    "lint": "jshint *.js --exclude node_modules && jscs *.js",
    "test": "mocha && npm run-script lint"
  },
  "version": "0.1.0"
}