UNPKG

1.06 kBJSONView Raw
1{
2 "name": "eventric-remote-socketio-endpoint",
3 "description": "eventric SocketIO RemoteEndpoint",
4 "url": "http://eventric.org",
5 "keywords": [
6 "eventric",
7 "eventric-remote",
8 "socketio"
9 ],
10 "author": "eFa Team <team@efa-gmbh.com>",
11 "version": "0.5.0",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/efacilitation/eventric-remote-socketio-endpoint.git"
15 },
16 "main": "build/src/endpoint.js",
17 "scripts": {
18 "test": "node_modules/.bin/gulp spec",
19 "prepublish": "node_modules/.bin/gulp build"
20 },
21 "dependencies": {
22 "socket.io": "1.3.5"
23 },
24 "devDependencies": {
25 "chai": "2.3.0",
26 "coffee-script": "1.9.2",
27 "del": "1.1.1",
28 "es6-promise": "2.1.1",
29 "eventric": "0.4.1",
30 "eventric-remote-socketio-client": "0.1.6",
31 "gulp": "3.8.11",
32 "gulp-bump": "0.3.0",
33 "gulp-coffee": "2.3.1",
34 "gulp-mocha": "2.0.1",
35 "gulp-util": "3.0.4",
36 "gulp-watch": "4.2.4",
37 "run-sequence": "1.1.0",
38 "sinon": "1.14.1",
39 "sinon-chai": "2.7.0",
40 "socket.io-client": "1.3.5"
41 }
42}
\No newline at end of file