{
  "name": "sn-ui-router-sticky-states",
  "description": "UI-Router Sticky States: Keep states and their components alive while a different state is activated",
  "version": "6.1.0",
  "scripts": {
    "clean": "shx rm -rf lib lib-esm bundles",
    "build": "npm run clean && tsc && tsc -m es6 -outDir lib-esm && npm run bundle",
    "bundle": "rollup -c",
    "test": "karma start",
    "watch": "run-p watch:*",
    "watch:buildjs": "tsc -w",
    "watch:test": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
    "debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=ChromeCanary --beep"
  },
  "homepage": "https://ui-router.github.io",
  "contributors": [
    {
      "name": "Chris Thielen",
      "web": "https://github.com/christopherthielen"
    }
  ],
  "maintainers": [
    {
      "name": "UIRouter Team",
      "web": "https://github.com/ui-router?tab=members"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ui-router/sticky-states.git"
  },
  "bugs": {
    "url": "https://github.com/ui-router/sticky-states/issues"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "main": "lib/index.js",
  "module": "lib-esm/index.js",
  "typings": "lib/index.d.ts",
  "license": "MIT",
  "peerDependencies": {
    "@uirouter/core": "^5.0.1"
  },
  "devDependencies": {
    "@types/angular": "^1.5.20",
    "@types/angular-mocks": "^1.5.6",
    "@types/jasmine": "^2.2.34",
    "@types/jquery": "^1.10.31",
    "@types/lodash": "^4.14.38",
    "@uirouter/core": "^5.0.1",
    "angular": "^1.5.8",
    "angular-mocks": "^1.5.8",
    "awesome-typescript-loader": "3.0.0-beta.18",
    "conventional-changelog": "^1.1.0",
    "conventional-changelog-cli": "^1.1.1",
    "conventional-changelog-ui-router-core": "^1.3.0",
    "core-js": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "karma": "^1.2.0",
    "karma-chrome-launcher": "~0.1.0",
    "karma-coverage": "^0.5.3",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-script-launcher": "~0.1.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.8.0",
    "lodash": "^4.16.6",
    "npm-run-all": "^3.1.1",
    "readline-sync": "^1.4.4",
    "shelljs": "^0.7.0",
    "shx": "^0.1.4",
    "ts-loader": "^2.0.0",
    "tslint": "=2.5.0",
    "typescript": "^2.1.1",
    "webpack": "^1.13.3",
    "webpack-beep-plugin": "0.0.1"
  },
  "dependencies": {
    "rollup": "^0.41.6",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-progress": "^0.2.1",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-uglify": "^1.0.2"
  }
}
