{
  "name": "ng2-utils",
  "version": "0.6.1",
  "description": "ng2-ui utility functions",
  "license": "MIT",
  "main": "dist/ng2-utils.umd.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "start": "NODE_ENV=dev webpack-dev-server --quiet --port 9003 --content-base app --config app/webpack.config --open",
    "lint": "tslint 'src/**/*.ts' 'app/**/*.ts'",
    "clean": "rimraf dist",
    "build": "npm-run-all --serial clean build:ngc build:umd build:app",
    "build:ngc": "ngc -p tsconfig.ngc.json",
    "build:umd": "NODE_ENV=prod webpack",
    "build:app": "NODE_ENV=prod webpack --config app/webpack.config"
  },
  "dependencies": {
    "@types/js-beautify": "0.0.28",
    "js-beautify": "^1.6.4"
  },
  "devDependencies": {
    "@angular/common": "^2.1.1",
    "@angular/compiler": "^2.1.1",
    "@angular/compiler-cli": "^2.1.2",
    "@angular/core": "^2.1.1",
    "@angular/forms": "^2.1.1",
    "@angular/http": "^2.1.1",
    "@angular/platform-browser": "^2.1.1",
    "@angular/platform-browser-dynamic": "^2.1.1",
    "@angular/router": "^3.1.2",
    "@types/googlemaps": "^3.20.32",
    "@types/hammerjs": "^2.0.32",
    "@types/node": "^6.0.31",
    "angular2-template-loader": "^0.6.0",
    "codelyzer": "^1.0.0-beta.3",
    "core-js": "^2.4.1",
    "npm-run-all": "^3.1.0",
    "raw-loader": "^0.5.1",
    "rimraf": "^2.5.3",
    "rxjs": "^5.0.0-rc.1",
    "strip-loader": "^0.1.2",
    "ts-loader": "^1.0.0",
    "tslint": "^3.15.1",
    "typescript": "^2.0.7",
    "webpack": "^1.13.0",
    "webpack-dev-server": "^1.16.2",
    "zone.js": "^0.6.21"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ng2-ui/ng2-utils.git"
  },
  "author": "Allen Kim <allenhwkim@gmail.com>",
  "bugs": {
    "url": "https://github.com/ng2-ui/ng2-utils/issues"
  },
  "homepage": "https://github.com/ng2-ui/ng2-utils#readme"
}
