{
  "author": "Cătălin Mariș <alrraa@gmail.com> (http://catalinmaris.com/)",
  "babel": {
    "plugins": [
      "transform-async-to-generator",
      "transform-es2015-modules-commonjs",
      "transform-runtime"
    ]
  },
  "bin": {
    "commit-changes": "bin/commit-changes.sh",
    "set-up-ssh": "bin/util/set-up-ssh.sh",
    "update-branch": "bin/update-branch.sh"
  },
  "bugs": "https://github.com/alrra/travis-scripts/issues",
  "config": {
    "test-branch-prefix": "test-build",
    "test-text": "it works!"
  },
  "description": "Scripts that can help automate certain things using Travis CI",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-plugin-transform-async-to-generator": "^6.4.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-polyfill": "^6.13.0",
    "babel-runtime": "^6.11.6",
    "js-yaml": "^3.13.1",
    "tap": "^14.2.3",
    "tap-mocha-reporter": "^4.0.1",
    "travis-after-all": "^1.4.4"
  },
  "files": [
    "bin",
    "docs"
  ],
  "homepage": "https://github.com/alrra/travis-scripts#readme",
  "keywords": [
    "automation",
    "travis",
    "travis-ci",
    "travis-scripts"
  ],
  "license": "MIT",
  "name": "@alrra/travis-scripts",
  "repository": "alrra/travis-scripts",
  "scripts": {
    "print-test-text": "printf \"%s\" \"$npm_package_config_test_text\"",
    "test": "./test/main.sh"
  },
  "version": "3.0.2"
}
