{
  "name": "@ubiquits/core",
  "version": "3.0.2",
  "description": "ubiquits core",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "start": "u",
    "test": "u test -s",
    "coveralls": "u coveralls",
    "build": "u build",
    "preparepublish": "u build && cp -r lib/* .",
    "postpublish": "u changelog && u doc build && u typedoc && u deploy docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ubiquits/ubiquits.git"
  },
  "keywords": [
    "ubiquits"
  ],
  "author": "Zak Henry <zak@ubiquits.com> (http://twitter.com/zak)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ubiquits/ubiquits/issues"
  },
  "homepage": "https://github.com/ubiquits/ubiquits#readme",
  "dependencies": {
    "@angular/common": "2.1.2",
    "@angular/core": "2.1.2",
    "@angular/compiler": "2.1.2",
    "@angular/http": "2.1.2",
    "@angular/platform-browser": "2.1.2",
    "@angular/platform-browser-dynamic": "2.1.2",
    "@angular/platform-server": "2.1.2",
    "@types/chalk": "^0.4.28",
    "@types/chance": "^0.7.28",
    "@types/dotenv": "^2.0.17",
    "@types/express": "^4.0.29",
    "@types/hapi": "^13.0.28",
    "@types/jasmine": "^2.2.29",
    "@types/jsonwebtoken": "^5.7.28",
    "@types/lodash": "0.0.27",
    "@types/moment": "^2.11.28",
    "@types/node": "^4.0.30",
    "@types/proxyquire": "^1.3.26",
    "@types/socket.io": "^1.4.26",
    "@types/validator": "^4.5.26",
    "chalk": "^1.1.3",
    "chance": "^1.0.3",
    "class-validator": "0.6.4",
    "core-js": "^2.4.0",
    "dotenv": "^2.0.0",
    "express": "^4.13.4",
    "hapi": "^13.4.0",
    "jsonwebtoken": "^7.1.6",
    "lodash": "^4.12.0",
    "moment": "^2.13.0",
    "pg": "^6.1.0",
    "pg-hstore": "^2.3.2",
    "reflect-metadata": "^0.1.3",
    "rxjs": "5.0.0-beta.12",
    "sql-template-strings": "^2.0.3",
    "table": "^3.7.8",
    "timestamp": "0.0.1",
    "typeorm": "0.0.2-alpha.70",
    "vantage": "dthree/vantage#master",
    "zone.js": "^0.6.23"
  },
  "devDependencies": {
    "@ubiquits/toolchain": "2.0.1-0",
    "proxyquire": "^1.7.10"
  },
  "directories": {
    "doc": "docs"
  }
}