{
  "name": "stms-lib",
  "version": "0.24.0",
  "description": "Shared lib for STMS Front end developing",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "reinstall": "npm cache clean && npm install",
    "ngc": "ngc  -p tsconfig.aot.json",
    "lint": "tslint src/**/*.ts",
    "copyPackage": "node ./scripts/copy-package",
    "copyFactories": "node ./scripts/copy-factories",
    "copyFiles": "npm run copyPackage && npm run copyFactories",
    "build": "rimraf -rf aot dist && npm run ngc && npm run copyFiles",
    "publishPackage": "npm run build && cd dist && npm publish",
    "addUser": "npm adduser --registry http://192.168.254.60",
    "patch": "gulp bump.version.patch && npm run publishPackage"
  },
  "repository": {
    "type": "git",
    "url": "http://192.168.254.60"
  },
  "keywords": [
    "stms",
    "stms-shared-web"
  ],
  "author": "Haddar Macdasi",
  "license": "MIT",
  "dependencies": {
    "@angular/common": "2.2.1",
    "@angular/compiler": "2.2.1",
    "@angular/compiler-cli": "2.2.1",
    "@angular/core": "2.2.1",
    "@angular/forms": "2.2.1",
    "@angular/http": "2.2.1",
    "angular2-highcharts": "0.4.1",
    "@angular/platform-browser": "2.2.1",
    "highcharts": "5.0.2",
    "rxjs": "5.0.0-beta.12",
    "moment": "2.17.1"
  }
}