{
  "name": "angular-router-loader",
  "version": "0.8.5",
  "description": "A webpack loader for Angular that enables string-based module loading with the Angular Router",
  "main": "src/index.js",
  "scripts": {
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "test": "mocha -R spec spec",
    "test:watch": "npm run test -- -w"
  },
  "keywords": [
    "angular",
    "webpack",
    "loader",
    "router",
    "lazy-loading"
  ],
  "author": "Brandon Roberts",
  "license": "MIT",
  "dependencies": {
    "loader-utils": "^1.0.2"
  },
  "bugs": {
    "url": "https://github.com/brandonroberts/angular-router-loader/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandonroberts/angular-router-loader.git"
  },
  "devDependencies": {
    "conventional-changelog-cli": "^1.2.0",
    "mocha": "^3.0.2",
    "pmock": "^0.2.3",
    "should": "^11.1.0"
  },
  "peerDependencies": {
    "webpack": ">=2.4.0"
  }
}
