UNPKG

1.43 kBJSONView Raw
1{
2 "name": "socketcluster-client",
3 "description": "SocketCluster JavaScript client",
4 "version": "14.1.0",
5 "homepage": "http://socketcluster.io",
6 "contributors": [
7 {
8 "name": "Jonathan Gros-Dubois",
9 "email": "grosjona@yahoo.com.au"
10 }
11 ],
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/SocketCluster/socketcluster-client.git"
15 },
16 "scripts": {
17 "build": "gulp browserify; gulp minify",
18 "test": "mocha --reporter spec --timeout 3000 --slow 3000"
19 },
20 "dependencies": {
21 "base-64": "0.1.0",
22 "clone": "2.1.1",
23 "component-emitter": "1.2.1",
24 "linked-list": "0.1.0",
25 "querystring": "0.2.0",
26 "sc-channel": "^1.2.0",
27 "sc-errors": "^1.4.0",
28 "sc-formatter": "^3.0.1",
29 "uuid": "3.2.1",
30 "ws": "5.1.1"
31 },
32 "browser": {
33 "ws": "./lib/ws-browser.js"
34 },
35 "readmeFilename": "README.md",
36 "license": "MIT",
37 "devDependencies": {
38 "babel-plugin-minify-dead-code-elimination": "0.4.3",
39 "babel-runtime": "^6.26.0",
40 "browserify": "^16.2.2",
41 "gulp": "^4.0.0",
42 "gulp-babel": "^6.1.2",
43 "gulp-cli": "^2.0.1",
44 "gulp-convert-newline": "^0.0.3",
45 "gulp-derequire": "^2.1.0",
46 "gulp-insert": "^0.5.0",
47 "gulp-rename": "^1.4.0",
48 "gulp-uglify": "^3.0.1",
49 "localStorage": "^1.0.3",
50 "mocha": "5.2.0",
51 "socketcluster-server": "^13.1.3",
52 "uglify-js": "^3.4.8",
53 "vinyl-source-stream": "^2.0.0"
54 }
55}