{
  "name": "electricbrain",
  "version": "0.4.3",
  "description": "Electric Brain is the AI platform for people with a deadline.",
  "keyworks": [
    "api",
    "deep-learning",
    "machine-learning",
    "electric-brain",
    "electricbrain"
  ],
  "homepage": "https://www.electricbrain.io/",
  "license": "AGPL-3.0",
  "author": "Electric Brain Software Corporation <office@electricbrain.io>",
  "main": "server/index.js",
  "engines": {
    "node": ">=4.2.6"
  },
  "preferGlobal": true,
  "bin": {
    "ebapi": "bin/ebapi.js",
    "ebapplication": "bin/ebapplication.js",
    "ebworker": "bin/ebworker.js"
  },
  "scripts": {
    "grunt": "node_modules/grunt/bin/grunt",
    "bower": "/usr/bin/env HOME='' node_modules/bower/bin/bower --allow-root install",
    "postinstall": "/usr/bin/env HOME='' node_modules/bower/bin/bower --allow-root install && node_modules/grunt/bin/grunt"
  },
  "repository": {
    "type": "mercurial",
    "url": "bitbucket:electricbrain/electric-brain"
  },
  "dependencies": {
    "ajv": "^4.1.5",
    "async": "^2.0.0-rc.6",
    "babel-preset-es2015": "^6.18.0",
    "babelify": "^7.3.0",
    "beaver": "^0.1.23",
    "bluebird": "^3.5.0",
    "body-parser": "^1.15.2",
    "bower": "^1.8.0",
    "bson": "^0.5.5",
    "chunking-streams": "0.0.8",
    "compute-cosine-similarity": "^1.0.0",
    "compute-quantile": "^1.0.1",
    "convict": "^3.0.0",
    "date.js": "^0.3.1",
    "deep-diff": "^0.3.4",
    "deepcopy": "^0.6.3",
    "dot": "^1.0.3",
    "express": "^4.14.0",
    "farmhash": "^1.2.1",
    "fast-csv": "^2.3.0",
    "file-type": "^3.8.0",
    "flat": "^2.0.1",
    "grunt": "^1.0.1",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-curl": "^2.2.1",
    "grunt-if-missing": "^1.0.1",
    "grunt-mkdir": "^1.0.0",
    "grunt-webpack": "^1.0.18",
    "grunt-zip": "^0.17.1",
    "handlebars": "^4.0.5",
    "http-status-codes": "^1.0.6",
    "jailed": "^0.3.1",
    "jimp": "^0.2.27",
    "json-loader": "^0.5.4",
    "left-pad": "^1.1.1",
    "mathjs": "^3.5.3",
    "moment": "^2.17.1",
    "momentjs": "^2.0.0",
    "mongodb": "^2.2.15",
    "natural": "^0.5.1",
    "recursive-readdir": "^2.1.0",
    "request": "^2.73.0",
    "rwlock": "^5.0.0",
    "sharp": "^0.17.1",
    "socket.io": "^1.4.8",
    "socket.io-amqp": "^1.0.1",
    "spark-md5": "^2.0.2",
    "temp": "^0.8.3",
    "tus-node-server": "https://github.com/electricbrainio/tus-node-server.git#72995a4",
    "underscore": "^1.8.3",
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.16.2"
  },
  "devDependencies": {
    "mocha": "^3.0.2"
  },
  "node_deb": {
    "init": "systemd",
    "version": "0.0.1-beta",
    "start_command": "/usr/bin/node server/server.js"
  }
}
