UNPKG

840 BJSONView Raw
1{
2 "name": "eventric-remote-socketio-client",
3 "description": "eventric SocketIO RemoteService Client Adapter",
4 "url": "http://eventric.org",
5 "keywords": [
6 "eventric",
7 "eventric-remote-client",
8 "socketio"
9 ],
10 "author": "eFa Team <team@efa-gmbh.com>",
11 "version": "0.0.14",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/efacilitation/eventric-remote-socketio-client.git"
15 },
16 "main": "dist/client.js",
17 "scripts": {
18 "test": "node_modules/.bin/gulp spec",
19 "prepublish": "node_modules/.bin/coffee -o dist -c src/client.coffee"
20 },
21 "dependencies": {
22 "socket.io-client": "*"
23 },
24 "devDependencies": {
25 "coffee-script": "*",
26 "chai": "*",
27 "gulp": "*",
28 "gulp-grep-stream": "*",
29 "gulp-util": "*",
30 "gulp-mocha": "*",
31 "gulp-watch": "*",
32 "sinon": "*"
33 }
34}