{
  "name": "trueno.io",
  "version": "0.0.0",
  "description": "A Javascript Powered Distributed System For High Performance Computing",
  "homepage": "www.trueno.io",
  "author": {
    "name": "Victor Santos, Servio Palacios, Edgardo Barsallo, Ananth Grama",
    "email": "victor.uceta@gmail.com",
    "url": "www.victorsantos.net"
  },
  "license": "MIT",
  "files": [
    "trueno*.js",
    "configuration.json",
    "lib/*",
    "components/*/*.js",
    "components/*/browser/*",
    "components/*/web_app/dist/*",
    "components/web_monitor/dist/*"
  ],
  "keywords": [
    "Cloud",
    "Crowdsourcing",
    "Distributed Processing",
    "Javascript",
    "Parallel",
    "batch",
    "cluster",
    "distributed",
    "trueno",
    "trueno.io",
    "truenoio",
    "nodejs",
    "scripting",
    "streaming",
    "webrtc"
  ],
  "dependencies": {
    "async": "^0.9.0",
    "benchmark": "^1.0.0",
    "bluebird": "^2.9.26",
    "chalk": "^1.0.0",
    "chance": "~0.7.3",
    "collections": "~1.2.1",
    "commander": "^2.8.1",
    "connect": "3.0.1",
    "estimate-cores": "^1.0.1",
    "inquirer": "^0.8.4",
    "insight": "^0.6.0",
    "joi": "^6.4.2",
    "json-stringify-safe": "^5.0.1",
    "jsonpack": "^1.1.4",
    "lz-string": "^1.4.4",
    "minimist": "1.1.0",
    "moment": "^2.10.2",
    "node-static": "^0.7.7",
    "open": "0.0.5",
    "platform": "^1.3.0",
    "prettyjson": "^1.1.2",
    "serialijse": "0.0.17",
    "serialize-javascript": "^1.0.0",
    "serve-static": "1.8.0",
    "socketcluster": "^2.2.38",
    "socketcluster-client": "^2.2.38",
    "speedtest-net": "^1.0.3",
    "swig": "^1.4.2",
    "syntax-error": "~1.1.2",
    "tracer": "^0.7.4",
    "validator": "~3.30.0"
  },
  "devDependencies": {
    "browserify": "^9.0.3",
    "chai": "~1.10.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.8.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-cli": "^1.12.0",
    "jshint-stylish": "^1.0.1",
    "load-grunt-tasks": "^3.1.0",
    "mocha": "~2.1.0",
    "time-grunt": "^1.1.0"
  },
  "scripts": {
    "test": "grunt",
    "browser": "browserify index.js > browser.js"
  },
  "bin": {
    "trueno": "trueno.js"
  },
  "contributors": [
    {
      "name": "Victor Santos Uceta",
      "email": "victor.uceta@gmail.com"
    },
    {
      "name": "Servio Palacios"
    },
    {
      "name": "Edgardo Barsallo"
    },
    {
      "name": "Ananth Grama"
    }
  ]
}
