forked from SocketCluster/socketcluster-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "socketcluster-client",
"description": "SocketCluster JavaScript client",
"version": "9.0.2",
"homepage": "http://socketcluster.io",
"contributors": [
{
"name": "Jonathan Gros-Dubois",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/socketcluster-client.git"
},
"scripts": {
"build": "gulp browserify; gulp minify",
"test": "mocha --reporter spec --timeout 3000 --slow 3000"
},
"dependencies": {
"base-64": "0.1.0",
"clone": "2.1.1",
"component-emitter": "1.2.1",
"linked-list": "0.1.0",
"querystring": "0.2.0",
"sc-channel": "~1.2.0",
"sc-errors": "~1.3.3",
"sc-formatter": "~3.0.1",
"ws": "3.1.0"
},
"browser": {
"ws": "./lib/ws-browser.js"
},
"readmeFilename": "README.md",
"license": "MIT",
"devDependencies": {
"babel-plugin-minify-dead-code-elimination": "0.1.4",
"babel-runtime": "^6.26.0",
"browserify": "^14.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.3.0",
"gulp-convert-newline": "^0.0.3",
"gulp-derequire": "^2.1.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2",
"localStorage": "^1.0.3",
"mocha": "3.0.2",
"socketcluster-server": "^9.1.1",
"uglify-js": "^2.7.5",
"vinyl-source-stream": "^1.1.0"
}
}