{
  "name": "openshift-bower-install",
  "version": "1.0.7",
  "description": "npm package to install bower packages locally and in openshift",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chris31389/bower-install-openshift.git"
  },
  "keywords": [
    "Openshift",
    "Bower",
    "Install"
  ],
  "author": "Christopher Butler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chris31389/bower-install-openshift/issues"
  },
  "homepage": "https://github.com/chris31389/bower-install-openshift#readme",
  "dependencies": {
    "shelljs": "^0.5.1"
  },
  "bin": {
    "openshift-bower-install": "bin/install.js"
  }
}
