{
  "main": "./.dist/index.js",
  "author": "Maxime Bret",
  "name": "chewie-system",
  "description": "Chewie core system",
  "version": "0.1.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/mbret/chewie-system.git"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=6.5.0"
  },
  "scripts": {
    "postinstall": "npm run build",
    "build": "gulp build && tsc",
    "watch": "concurrently --raw \"gulp watch\" \"tsc -w\"",
    "dev": "concurrently --raw \"npm run build\" \"npm run watch\"",
    "test": "cross-env DEBUG=chewie* mocha"
  },
  "dependencies": {
    "@types/async": "^2.0.38",
    "@types/fs-extra": "0.0.37",
    "@types/ip": "0.0.29",
    "@types/lodash": "^4.14.54",
    "@types/node": "^7.0.4",
    "@types/node-uuid": "0.0.28",
    "@types/sequelize": "^3.4.40",
    "angular": "^1.6.3",
    "angular-cookies": "^1.6.3",
    "angular-daterangepicker": "^0.2.3-alpha1",
    "angular-masonry": "^0.16.0",
    "angular-oauth2": "^4.1.0",
    "angular-socket-io": "^0.7.0",
    "angular-toastr": "^2.1.1",
    "angular-translate": "^2.15.1",
    "angular-ui-bootstrap": "^2.5.0",
    "angular-ui-router": "^0.4.2",
    "angular-ui-tree": "^2.22.5",
    "async": "^2.1.4",
    "awesome-bootstrap-checkbox": "^1.0.0-alpha.4",
    "bluebird": "^3.5.0",
    "body-parser": "^1.17.0",
    "chai": "^3.5.0",
    "chalk": "^1.1.3",
    "concurrently": "^3.4.0",
    "db-migrate": "^0.10.0-beta.20",
    "db-migrate-sqlite3": "^0.2.1",
    "debug": "^2.6.0",
    "decache": "^4.1.0",
    "ejs": "^2.5.3",
    "express": "^4.15.0",
    "express-ejs-layouts": "^2.2.0",
    "fs-extra": "^2.0.0",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-changed": "^2.0.0",
    "gulp-clean": "^0.3.2",
    "gulp-cli": "^1.2.2",
    "gulp-inject": "^4.1.0",
    "gulp-install": "^0.6.0",
    "gulp-less": "^3.3.0",
    "gulp-order": "^1.1.1",
    "gulp-util": "^3.0.8",
    "gulp-watch": "^4.3.11",
    "http-proxy": "^1.16.2",
    "ip": "^1.1.4",
    "jsonfile": "^2.4.0",
    "jsonwebtoken": "^7.1.9",
    "kraken-js": "^2.0.0",
    "lodash": "^4.17.3",
    "mkdirp": "^0.5.1",
    "moment": "^2.17.0",
    "moniker": "^0.1.2",
    "my-buddy-lib": "https://github.com/my-buddy/lib",
    "ngstorage": "^0.3.11",
    "node-emoji": "^1.4.3",
    "node-schedule": "^1.2.0",
    "node-uuid": "^1.4.7",
    "npm": "^4.3.0",
    "pad": "^1.0.2",
    "passport": "^0.3.2",
    "passport-local": "^1.0.0",
    "public-ip": "^2.0.1",
    "query-string": "^4.3.2",
    "queue": "^4.2.1",
    "readline": "^1.3.0",
    "request": "^2.79.0",
    "require-all": "^2.0.0",
    "semaphore": "^1.0.5",
    "sequelize": "^3.27.0",
    "socket.io": "^1.7.1",
    "socket.io-client": "^1.7.3",
    "sprintf-js": "^1.0.3",
    "sqlite3": "^3.1.8",
    "stream-series": "^0.1.1",
    "uuid": "^3.0.1",
    "validator": "^7.0.0",
    "walk": "^2.3.9",
    "which": "^1.2.12",
    "winston": "^2.3.0",
    "yargs": "^7.0.1"
  },
  "devDependencies": {
    "chai-http": "^3.0.0",
    "cross-env": "^3.1.4",
    "eslint": "^3.17.0",
    "eslint-config-standard": "^7.0.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^2.1.1",
    "mocha": "^3.1.2",
    "supertest": "^3.0.0",
    "typescript": "^2.1.4",
    "vinyl-fs": "^2.4.4"
  }
}
