{
  "name": "launchcode-ng-auth",
  "version": "0.0.10",
  "authors": [
    "ryan.kimber@launchcode5.com betty.li@launchcode5.com"
  ],
  "description": "This project contains the angular module for interacting with the launchcode-auth node module, as well as a sample angular project that demonstrates how to use it.",
  "license": "Copyright 2014 Launchcode Software Studios, Inc.",
  "homepage": "www.launchcode5.com",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.2.26",
    "angular-ui-router": "~0.2.11",
    "bootstrap": "~3.2.0",
    "font-awesome": "~4.2.0",
    "angular-bootstrap-jbruni": "~0.11.0",
    "launchcode-ng-toolbox": "*",
    "angularfire": "0.7.1"
  }
}
