{
  "homepage": "http://angular-ui.github.com/ui-router",
  "description": "Framework-agnostic state based routing for Javascript",
  "repository": {
    "type": "git",
    "url": "https://github.com/angular-ui/ui-router.git"
  },
  "bugs": {
    "url": "https://github.com/angular-ui/ui-router/issues"
  },
  "contributors": [
    {
      "name": "Nate Abele",
      "email": "nate@radify.io",
      "web": "https://radify.io"
    },
    {
      "name": "Chris Thielen",
      "web": "https://github.com/christopherthielen"
    },
    {
      "name": "Tim Kindberg",
      "web": "https://github.com/timkindberg"
    },
    {
      "name": "Karsten Sperling",
      "web": "https://github.com/ksperling"
    }
  ],
  "name": "ui-router-core",
  "maintainers": [
    {
      "name": "AngularUI",
      "web": "https://github.com/angular-ui?tab=members"
    }
  ],
  "engines": {
    "node": ">4"
  },
  "version": "1.0.0-alpha.5",
  "license": "MIT",
  "main": "core.js",
  "typings": "core.d.ts"
}