{
  "name": "bower-locker",
  "version": "1.0.7",
  "description": "A command-line tool for locking, unlocking, and validating bower files",
  "keywords": ["bower", "lock", "unlock", "validate"],
  "homepage": "https://github.com/infusionsoft/bower-locker",
  "repository": {
    "type": "git",
    "url": "https://github.com/infusionsoft/bower-locker.git"
  },
  "main": "bower-locker.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Shawn Lonas",
  "license": "Apache-2.0",
  "bin": {
    "bower-locker": "./bower-locker.js"
  },
  "dependencies": {
    "commander": "~2.9.0",
    "json-format": "~0.1.2"
  }
}
