Skip to content

Commit 0c70698

Browse files
committed
Add bower.json and dist js
1 parent 9b14ec3 commit 0c70698

File tree

3 files changed

+2409
-1
lines changed

3 files changed

+2409
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.pidfile.pid
22
node_modules
3-
sockjs.js
3+
/sockjs.js
44
sockjs.min.js
55
tests/html/lib/*.js
66
.testling_env.sh

bower.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "sockjs-client",
3+
"version": "0.3.4",
4+
"homepage": "http://sockjs.org",
5+
"authors": [
6+
"Bryce Kahle <[email protected]>"
7+
],
8+
"description": "Realtime library that provides a cross-browser, low latency, full duplex, cross-domain communication channel that behaves like a native WebSocket object.",
9+
"main": "dist/sockjs.js",
10+
"keywords": [
11+
"realtime",
12+
"websockets",
13+
"sockjs"
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "git://github.com/sockjs/sockjs-client.git"
18+
},
19+
"license": "MIT",
20+
"ignore": [
21+
"**/.*",
22+
"bin",
23+
"lib",
24+
"node_modules",
25+
"bower_components",
26+
"test",
27+
"tests"
28+
]
29+
}

0 commit comments

Comments
 (0)