{
  "name": "ui-router-extras",
  "version": "0.0.14",
  "authors": [
    "Chris Thielen <christopherthielen@ikkyikkyikkypikangzoopboing.com>"
  ],
  "description": "Extras for UI-Router including: Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definition), Previous State ",
  "keywords": [
    "angular",
    "angularjs",
    "ui-router",
    "ui-router-extras",
    "tab",
    "tabs",
    "state",
    "states",
    "parallel",
    "sticky",
    "lazy",
    "future"
  ],
  "license": "MIT",
  "main": "./release/ct-ui-router-extras.js",
  "ignore": [
    "**/.*",
    "pages",
    "build",
    "node_modules",
    "bower_components",
    "ui-router-versions",
    "src",
    "test",
    "tests",
    "Gruntfile.js",
    "files.js",
    "package.json",
    ".bower.json",
    "*.iml",
    "*.ipr",
    "*.iws"
  ],
  "dependencies": {
    "angular": "^1.2.0",
    "angular-ui-router": "~0.2.8"
  },
  "devDependencies": {
    "angular-mocks": "^1.2.0",
    "lodash": "latest",
    "jquery": "~1.11"
  },
  "homepage": "https://github.com/christopherthielen/ui-router-extras",
  "_release": "0.0.14",
  "_resolution": {
    "type": "version",
    "tag": "0.0.14",
    "commit": "12e3b201b46df7e8b7ba4fdc6f6612c8f00f4415"
  },
  "_source": "git://github.com/christopherthielen/ui-router-extras.git",
  "_target": "0.0.14",
  "_originalSource": "ui-router-extras"
}