We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af78088 commit 28309f5Copy full SHA for 28309f5
1 file changed
bower.json
@@ -1,12 +1,15 @@
1
{
2
"name": "Ext.ux.data.proxy.WebSocket",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"homepage": "https://github.com/wilk/Ext.ux.data.proxy.WebSocket",
5
"authors": [
6
"Vincenzo (Wilk) Ferrari <wilk3ert@gmail.com>"
7
],
8
"description": "An easy-to-use implementation of the ExtJS/Sencha Touch proxy, using HTML5 WebSocket",
9
- "main": ["WebSocket.js", "WebSocket.min.js"],
+ "main": [
10
+ "WebSocket.js",
11
+ "WebSocket.min.js"
12
+ ],
13
"keywords": [
14
"sencha",
15
"extjs",
@@ -27,5 +30,8 @@
27
30
"ux",
28
31
"demo",
29
32
"Gruntfile.json"
- ]
33
34
+ "dependencies": {
35
+ "ext.ux.websocket": "~0.0.1"
36
+ }
37
}
0 commit comments