{
  "name": "cypress-release-test",
  "version": "1.4.2",
  "description": "Testing automated releases",
  "main": "index.js",
  "scripts": {
    "start": "coffee index.coffee",
    "release": "releaser",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "./bin/prepublish.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brian-mann/cypress-release-test.git"
  },
  "author": "Brian Mann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brian-mann/cypress-release-test/issues"
  },
  "homepage": "https://github.com/brian-mann/cypress-release-test#readme",
  "devDependencies": {
    "cypress-core-releaser": "^0.1.2",
    "release-it": "^2.3.1"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "cli-input": "^0.2.0",
    "coffee-script": "^1.10.0",
    "inquirer": "^0.12.0",
    "simple-git": "^1.31.0"
  }
}
