{
  "name": "ns2-front-module-common",
  "description": "NS2 common module",
  "main": "dist/bundles/common.umd.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "transpile": "ngc",
    "package": "rollup -c",
    "minify": "uglifyjs dist/bundles/common.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/common.umd.min.js",
    "build": "npm run transpile && npm run package && npm run minify",
    "test": "karma start"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/nichegosebe/ns2-front-module-common.git"
  },
  "keywords": [],
  "author": "Memory Clutter",
  "license": "ISC",
  "homepage": "https://bitbucket.org/nichegosebe/ns2-front-module-common#readme",
  "dependencies": {
    "@angular/common": "4.4.4",
    "@angular/compiler": "4.4.4",
    "@angular/core": "4.4.4",
    "@angular/http": "4.4.4",
    "@angular/platform-browser": "4.4.4",
    "@angular/platform-browser-dynamic": "4.4.4",
    "@types/jasmine": "^2.5.47",
    "angular2-uuid": "^1.1.1",
    "core-js": "^2.4.1",
    "karma-typescript-angular2-transform": "^1.0.0",
    "ngx-cookie-service": "1.0.9",
    "queueing-subject": "^0.1.1",
    "reconnecting-websocket": "^3.0.3",
    "rxjs": "5.4.2",
    "rxjs-websockets": "^0.8.1",
    "rxmq": "^1.1.1",
    "ts-md5": "^1.2.0",
    "zone.js": "^0.8.5"
  },
  "devDependencies": {
    "@angular/compiler": "4.4.4",
    "@angular/compiler-cli": "4.4.4",
    "jasmine": "^2.5.3",
    "jasmine-core": "^2.5.2",
    "karma": "^1.6.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-typescript": "^3.0.0",
    "rollup": "^0.41.6",
    "typescript": "~2.3.4",
    "uglify-js": "^2.8.22"
  },
  "version": "1.4.0"
}
