eventric-remote-socketio-endpoint
Version:
eventric socketio remote endpoint
47 lines (46 loc) • 1.23 kB
JSON
{
"name": "eventric-remote-socketio-endpoint",
"description": "eventric socketio remote endpoint",
"keywords": [
"eventric",
"eventric-remote",
"socket-io",
"websockets"
],
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/efacilitation/eventric-remote-socketio-endpoint.git"
},
"main": "build/src/endpoint.js",
"scripts": {
"test": "gulp lint && gulp specs",
"prepublish": "gulp build"
},
"dependencies": {
"socket.io": "1.7.1"
},
"devDependencies": {
"chai": "3.5.0",
"coffee-script": "1.11.1",
"del": "2.2.2",
"es6-promise": "4.0.5",
"eventric": "0.25.*",
"eventric-remote-socketio-client": "0.5.1",
"gulp": "3.9.1",
"gulp-coffee": "2.3.3",
"gulp-coffeelint": "0.6.0",
"gulp-mocha": "3.0.1",
"gulp-util": "3.0.7",
"run-sequence": "1.2.2",
"sinon": "1.17.6",
"sinon-chai": "2.8.0",
"socket.io-client": "1.7.1"
},
"author": "efa-GmbH <team@efa-gmbh.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/efacilitation/eventric-remote-socketio-endpoint/issues"
},
"homepage": "https://github.com/efacilitation/eventric-remote-socketio-endpoint#readme"
}