{
  "name": "endpointjs",
  "version": "0.4.1",
  "description": "Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and streaming interfaces.",
  "keywords": [
    "websockets",
    "webworkers",
    "postmessage",
    "localstorage",
    "rpc",
    "webrtc",
    "client",
    "server"
  ],
  "readmeFilename": "README.md",
  "license": "Apache-2.0",
  "main": "js/app/server.js",
  "repository": {
    "url": "https://github.com/ngageoint/endpoint.js",
    "type": "git"
  },
  "scripts": {
      "test": "npm install -g grunt-cli && grunt test && grunt integration-setup && grunt integration"
  },
  "devDependencies": {
    "browserify-istanbul": "^0.2.1",
    "express": "^4.13.3",
    "grunt": "^0.4.5",
    "grunt-browserify": "^4.0.1",
    "grunt-clear": "^0.2.1",
    "grunt-contrib-clean": "^0.7.0",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-contrib-uglify": "^0.11.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-express-server": "^0.5.1",
    "grunt-jscs": "^2.6.0",
    "grunt-jsdoc": "^1.1.0",
    "grunt-karma": "^0.12.1",
    "grunt-mkdir": "^0.1.2",
    "grunt-newer": "^1.1.1",
    "grunt-webdriver": "^1.0.0",
    "jasmine": "^2.4.1",
    "jit-grunt": "^0.9.1",
    "karma": "^0.13.19",
    "karma-browserify": "^4.4.2",
    "karma-chrome-launcher": "^0.2.2",
    "karma-coverage": "^0.5.3",
    "karma-jasmine": "^0.3.6",
    "load-grunt-config": "^0.19.1",
    "markdown-pdf": "^6.0.0",
    "require-globify": "^1.3.0",
    "rtc-quickconnect": "^5.1.0",
    "rtc-switch": "^1.3.0",
    "selenium-standalone": "^4.8.0",
    "socket.io": "^1.4.0",
    "socket.io-client": "^1.4.0",
    "stream-to-pull-stream": "^1.6.6",
    "time-grunt": "^1.3.0",
    "webdriverio": "^3.4.0"
  },
  "dependencies": {
    "node-uuid": "1.4.3",
    "readable-stream": "^2.0.5",
    "through2": "~2.0.0",
    "xtend": "^4.0.1"
  }
}
