{
  "name": "angular2-esri4-components",
  "version": "0.5.5",
  "description": "A set of Angular 2 components to work with ArcGIS API for JavaScript v4.3",
  "scripts": {
    "cleanup": "rimraf bundles",
    "bundling": "rollup -c",
    "minify": "uglifyjs bundles/angular2-esri4.umd.js --screw-ie8 --compress --mangle --comments --output bundles/angular2-esri4.umd.min.js",
    "build": "npm run cleanup && ngc && npm run bundling && npm run minify",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kgs916/angular2-esri4-components.git"
  },
  "author": "Keith Stewart (kgstewart@gmail.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kgs916/angular2-esri4-components/issues"
  },
  "homepage": "https://github.com/kgs916/angular2-esri4-components#readme",
  "module": "index.js",
  "main": "bundles/angular2-esri4.umd.js",
  "typings": "index.d.ts",
  "dependencies": {
    "@types/arcgis-js-api": "^4.3.0",
    "angular2-esri-loader": "^0.1.10"
  },
  "devDependencies": {
    "@angular/common": "^2.3.1",
    "@angular/compiler": "^2.3.1",
    "@angular/compiler-cli": "^2.3.1",
    "@angular/core": "^2.3.1",
    "@types/jasmine": "2.5.38",
    "rxjs": "^5.0.1",
    "zone.js": "^0.7.2",
    "typescript": "~2.0.3",
    "copyfiles": "^1.0.0",
    "rimraf": "^2.5.4",
    "rollup": "^0.37.0",
    "uglify-js": "^2.7.5"
  },
  "peerDependencies": {
    "@angular/common": "^2.3.1",
    "@angular/core": "^2.3.1"
  }
}
