{
  "name": "jspath-cli",
  "version": "0.1.6",
  "description": "A small CLI wrapper around jspath.",
  "main": "index.js",
  "bin": {
    "jspath": "./bin/jspath"
  },
  "scripts": {
    "test": "standard && mocha",
    "cover": "istanbul cover _mocha",
    "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
  },
  "keywords": [
    "jspath"
  ],
  "author": "Albin Mattsson <albin.mattsson@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "coveralls": "^2.11.6",
    "cz-conventional-changelog": "^1.1.5",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.1.0",
    "standard": "^6.0.5"
  },
  "dependencies": {
    "jspath": "latest",
    "minimist": "^1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cstruct/jspath-cli.git"
  },
  "bugs": {
    "url": "https://github.com/cstruct/jspath-cli/issues"
  },
  "homepage": "https://github.com/cstruct/jspath-cli#readme",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
