{
  "name": "travis-encrypt",
  "version": "2.1.1",
  "description": "Encrypts data for use in your travis-ci yml configuration file",
  "repository": {
    "type": "git",
    "url": "git://github.com/pwmckenna/node-travis-encrypt.git"
  },
  "scripts": {
    "test": "istanbul cover tape tests/**/*.test.js",
    "posttest": "semistandard"
  },
  "keywords": [
    ".travis.yml",
    "encryption",
    "travis",
    "travis-ci",
    "travis-pro"
  ],
  "author": "Patrick Williams <pwmckenna@gmail.com>",
  "contributors": [
    {
      "name": "Espen Hovlandsdal",
      "email": "espen@hovlandsdal.com"
    }
  ],
  "license": "BSD-3-Clause",
  "readmeFilename": "README.md",
  "main": "lib/travis-encrypt",
  "bin": {
    "travis-encrypt": "./bin/travis-encrypt-cli.js"
  },
  "homepage": "https://github.com/pwmckenna/node-travis-encrypt",
  "bugs": "https://github.com/pwmckenna/node-travis-encrypt/issues",
  "dependencies": {
    "colors": "^1.1.2",
    "deep-property": "^1.1.0",
    "lodash.merge": "^3.3.2",
    "read-yaml": "^1.0.0",
    "travis-ci": "^2.0.3",
    "ursa": "^0.9.1",
    "write-yaml": "^0.2.2",
    "yargs": "^3.32.0"
  },
  "devDependencies": {
    "concat-stream": "^1.5.1",
    "istanbul": "^0.4.0",
    "proxyquire": "^1.7.3",
    "semistandard": "*",
    "tape": "^4.2.2"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
