eventric-remote-socketio-client
Version:
eventric remote Socket.IO client implementation
45 lines (44 loc) • 1.24 kB
JSON
{
"name": "eventric-remote-socketio-client",
"description": "eventric remote Socket.IO client implementation",
"keywords": [
"eventric",
"eventric-remote-client",
"socketio"
],
"author": "efa Team <team@efa-gmbh.com>",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "https://github.com/efacilitation/eventric-remote-socketio-client.git"
},
"main": "dist/release/eventric_remote_socketio_client.js",
"scripts": {
"test": "node_modules/.bin/gulp specs",
"prepublish": "node_modules/.bin/gulp build"
},
"devDependencies": {
"chai": "2.3.0",
"coffee-loader": "0.7.2",
"coffee-script": "1.9.3",
"es6-promise": "2.1.1",
"eventric": "0.14.0",
"gulp": "3.9.0",
"gulp-coffee": "2.3.1",
"gulp-karma": "0.0.4",
"gulp-mocha": "2.1.0",
"gulp-symlink": "2.1.2",
"gulp-util": "3.0.5",
"gulp-watch": "4.2.4",
"karma": "0.12.37",
"karma-mocha": "0.2.0",
"karma-phantomjs-launcher": "0.2.0",
"karma-spec-reporter": "0.0.20",
"mocha": "2.2.5",
"phantomjs": "1.9.17",
"run-sequence": "1.1.2",
"sinon": "git://github.com/cjohansen/Sinon.JS#sinon-2.0",
"sinon-chai": "2.7.0",
"webpack-stream": "2.1.0"
}
}