{
  "name": "ng2-bootstrap",
  "version": "1.1.1",
  "description": "angular2 bootstrap components",
  "scripts": {
    "typedoc": "typedoc",
    "flow.docs": "npm run typedoc -- --exclude '**/*.spec.ts' ./components/",
    "flow.install:typings": "./node_modules/.bin/typings install",
    "flow.compile": "npm run flow.install:typings && npm run flow.compile:common && npm run flow.compile:system",
    "flow.compile:common": "./node_modules/.bin/tsc -p tsconfig.publish.json",
    "flow.compile:system": "node ./.config/bundle-system.js",
    "flow.copy:src": "./node_modules/.bin/cpy ng2-bootstrap.ts \"components/*.ts\" ts --parents",
    "flow.clean": "./node_modules/.bin/del-cli bundles coverage demo-build typings \"components/**/*.+(js|d.ts|js.map)\" dist \"ng2-bootstrap.+(js|d.ts|js.map)\"",
    "flow.deploy:gh-pages": "npm run flow.build:prod && ./node_modules/.bin/gh-pages -d demo-build",
    "flow.eslint": "./node_modules/.bin/eslint --ignore-path .gitignore  --ext js --fix . .config",
    "flow.tslint": "./node_modules/.bin/gulp lint",
    "flow.lint": "npm run flow.eslint && npm run flow.tslint",
    "flow.changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -p angular -v",
    "flow.github-release": "./node_modules/.bin/conventional-github-releaser -p angular",
    "flow.build:prod": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --progress --color --display-error-details --display-cached",
    "flow.build:dev": "./node_modules/.bin/webpack --progress --color",
    "flow.serve:dev": "./node_modules/.bin/webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
    "flow.serve:prod": "cross-env NODE_ENV=production ./node_modules/.bin/webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
    "prepublish": "npm run flow.clean && npm run flow.compile",
    "postpublish": "npm run flow.deploy:gh-pages",
    "start": "npm run flow.serve:dev",
    "pretest": "npm run flow.lint",
    "test": "cross-env NODE_ENV=test ./node_modules/.bin/karma start",
    "test:watch": "cross-env NODE_ENV=test ./node_modules/.bin/karma start --auto-watch --no-single-run",
    "preversion": "npm test",
    "version": "npm run flow.changelog && git add -A",
    "postversion": "git push origin development && git push --tags"
  },
  "main": "ng2-bootstrap.js",
  "typings": "ng2-bootstrap.d.ts",
  "keywords": [
    "angular2",
    "bootstrap",
    "angularjs",
    "twitter-bootstrap"
  ],
  "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/valor-software/ng2-bootstrap.git"
  },
  "bugs": {
    "url": "https://github.com/valor-software/ng2-bootstrap/issues"
  },
  "homepage": "https://github.com/valor-software/ng2-bootstrap#readme",
  "dependencies": {
    "moment": "2.14.1"
  },
  "peerDependencies": {
    "@angular/common": "2.0.0-rc.6",
    "@angular/compiler": "2.0.0-rc.6",
    "@angular/core": "2.0.0-rc.6",
    "@angular/forms": "2.0.0-rc.6"
  },
  "devDependencies": {
    "@angular/common": "2.0.0-rc.6",
    "@angular/compiler": "2.0.0-rc.6",
    "@angular/core": "2.0.0-rc.6",
    "@angular/forms": "2.0.0-rc.6",
    "@angular/platform-browser": "2.0.0-rc.6",
    "@angular/platform-browser-dynamic": "2.0.0-rc.6",
    "@angular/router": "3.0.0-rc.2",
    "async": "2.0.1",
    "bootstrap": "3.3.7",
    "codecov": "1.0.1",
    "conventional-changelog-cli": "1.2.0",
    "conventional-github-releaser": "1.1.3",
    "cpy-cli": "1.0.1",
    "cross-env": "^2.0.1",
    "del-cli": "0.2.0",
    "es6-promise": "3.2.1",
    "es6-shim": "0.35.1",
    "es7-reflect-metadata": "1.6.0",
    "eslint-config-valorsoft": "0.1.0",
    "file-loader": "0.9.0",
    "gh-pages": "0.11.0",
    "gitignore-to-glob": "0.2.1",
    "google-code-prettify": "1.0.5",
    "gulp": "3.9.1",
    "gulp-size": "2.1.0",
    "gulp-tslint": "6.1.1",
    "lite-server": "2.2.2",
    "marked": "0.3.6",
    "ng2-webpack-config": "0.0.4",
    "pre-commit": "1.1.3",
    "reflect-metadata": "0.1.8",
    "require-dir": "0.3.0",
    "rxjs": "5.0.0-beta.11",
    "systemjs-builder": "0.15.30",
    "tslint-config-valorsoft": "1.1.1",
    "typedoc": "0.4.5",
    "typescript": "1.8.10",
    "typings": "1.3.3",
    "zone.js": "0.6.17"
  }
}