{
  "_from": "angular2-ladda",
  "_id": "angular2-ladda@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ZhEuGMkTqr8bYqgNQn0UjFdMKO3uRBdXWbXGwxpnavBrjPSJUzoQrhTukfD8/LaW3qa1PnJDvnsoxFnMbSHzwQ==",
  "_location": "/angular2-ladda",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "angular2-ladda",
    "name": "angular2-ladda",
    "escapedName": "angular2-ladda",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/angular2-ladda/-/angular2-ladda-2.0.0.tgz",
  "_shasum": "464dc8a0134748c3fd847af9f8e41171c52eb83a",
  "_spec": "angular2-ladda",
  "_where": "G:\\Development\\Off the work\\csc-angular",
  "author": {
    "name": "Paul Moff"
  },
  "bugs": {
    "url": "https://github.com/moff/angular2-ladda/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Theodore Brown",
      "url": "https://github.com/theodorejb"
    }
  ],
  "dependencies": {
    "ladda": "^2.0.0"
  },
  "deprecated": false,
  "description": "Angular Ladda module",
  "devDependencies": {
    "@angular/common": "^6.0.1",
    "@angular/compiler": "^6.0.1",
    "@angular/compiler-cli": "^6.0.1",
    "@angular/core": "^6.0.1",
    "@angular/forms": "^6.0.1",
    "@angular/platform-browser": "^6.0.1",
    "@angular/router": "^6.0.1",
    "core-js": "^2.5.6",
    "lite-server": "^2.3.0",
    "rollup": "^0.58.2",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rxjs": "^6.1.0",
    "typescript": "^2.7.2",
    "zone.js": "^0.8.26"
  },
  "files": [
    "module/*.d.ts",
    "module/*.js",
    "module/*.js.map",
    "module/*.json"
  ],
  "homepage": "https://github.com/moff/angular2-ladda#readme",
  "keywords": [
    "angular",
    "ladda",
    "spinner",
    "typescript"
  ],
  "license": "MIT",
  "main": "./module/module.js",
  "name": "angular2-ladda",
  "peerDependencies": {
    "@angular/core": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moff/angular2-ladda.git"
  },
  "scripts": {
    "build": "ngc -p ./tsconfig.json",
    "bundle": "rollup -c",
    "lite": "lite-server",
    "prepare": "ngc -p ./tsconfig.publish.json",
    "start": "npm run build && npm run bundle && npm run lite"
  },
  "types": "./module/module.d.ts",
  "version": "2.0.0"
}
