{
  "_args": [
    [
      "foglet-core@5.0.0",
      "/home/travis/build/RAN3D/foglet-ndp"
    ]
  ],
  "_from": "foglet-core@5.0.0",
  "_id": "foglet-core@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-c/MjXr/MoDZXk6nrTGn+07MhF5WaIHQNU8PgV60VI38eNA3Qef53FhV7m1L8z4Eym7S5tUhyn63EnH7kidoUvg==",
  "_location": "/foglet-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "foglet-core@5.0.0",
    "name": "foglet-core",
    "escapedName": "foglet-core",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/foglet-core/-/foglet-core-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "/home/travis/build/RAN3D/foglet-ndp",
  "author": {
    "name": "Folkvir"
  },
  "bugs": {
    "url": "https://github.com/ran3d/foglet-core/issues"
  },
  "bundleDependencies": [
    "debug",
    "lodash.merge",
    "lodash.sortedindexby",
    "readable-stream",
    "socket.io-client",
    "spray-wrtc",
    "tman-wrtc",
    "unicast-definition",
    "uuid",
    "version-vector-with-exceptions",
    "n2n-overlay-wrtc"
  ],
  "contributors": [
    {
      "name": "Chat Wane",
      "url": "https://github.com/Chat-Wane"
    },
    {
      "name": "Thomas Minier",
      "url": "https://github.com/Callidon"
    }
  ],
  "dependencies": {
    "debug": "^3.1.x",
    "lodash.merge": "^4.6.x",
    "lodash.sortedindexby": "^4.6.x",
    "media-recorder-stream": "^2.1.1",
    "mediasource": "^2.2.1",
    "n2n-overlay-wrtc": "^2.0.x",
    "readable-stream": "*",
    "socket.io-client": "^2.1.x",
    "spray-wrtc": "^2.0.x",
    "tman-wrtc": "0.1.x",
    "unicast-definition": "^2.0.x",
    "uuid": "^3.2.x",
    "version-vector-with-exceptions": "^0.1.x"
  },
  "description": "Core of the foglet library",
  "devDependencies": {
    "babel-preset-env": "^1.7.0",
    "chai": "^4.1.2",
    "chart.js": "^2.7.2",
    "cors": "^2.8.4",
    "esdoc": "^1.1.0",
    "esdoc-custom-theme": "^1.4.2",
    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
    "esdoc-node": "^1.0.3",
    "esdoc-publish-html-plugin": "^1.1.2",
    "esdoc-standard-plugin": "^1.0.0",
    "foglet-signaling-server": "^1.0.x",
    "jquery": "^3.3.1",
    "mocha": "^5.2.0",
    "mochawesome": "^3.0.2",
    "nyc": "^11.8.0",
    "p2p-graph": "^1.2.2",
    "snazzy": "^7.1.1",
    "standard": "^11.0.1",
    "twilio": "^3.17.0",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.9.1",
    "webpack-cli": "^2.1.4"
  },
  "homepage": "https://github.com/ran3d/foglet-core#readme",
  "keywords": [
    "foglet",
    "spray-wrtc",
    "browser-to-browser",
    "webRTC",
    "foglet computing"
  ],
  "license": "MIT",
  "main": "./foglet-core.js",
  "name": "foglet-core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ran3d/foglet-core.git"
  },
  "scripts": {
    "all": "npm run build && npm run min && npm test && npm run esdoc",
    "build": "webpack --config ./configs/foglet-webpack-config.js",
    "dev": "webpack --config ./configs/foglet-webpack-config.js --watch",
    "esdoc": "esdoc",
    "example": "npm run build && DEBUG=signaling node tests/examples/server.js",
    "fix": "standard --fix",
    "lint": "standard --verbose | snazzy",
    "min": "webpack --config ./configs/foglet-webpack-config-min.js",
    "test": "node ./tests/test.js",
    "test-mocha": "nyc --reporter=html --report-dir=./docs/_coverage mocha tests/*-test.js --exit --timeout 30000 --reporter mochawesome --reporter-options reportDir=./docs/_test-reporter"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "assert"
    ]
  },
  "version": "5.0.0"
}
