-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 714 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 714 Bytes
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
{
"name": "Ext.ux.data.proxy.WebSocket",
"version": "1.0.1",
"homepage": "https://github.com/wilk/Ext.ux.data.proxy.WebSocket",
"authors": [
"Vincenzo (Wilk) Ferrari <wilk3ert@gmail.com>"
],
"description": "An easy-to-use implementation of the ExtJS/Sencha Touch proxy, using HTML5 WebSocket",
"main": [
"WebSocket.js"
],
"keywords": [
"sencha",
"extjs",
"senchatouch",
"html5",
"websocket",
"proxy"
],
"license": "MIT",
"ignore": [
"**/.*",
"package.json",
"node_modules",
"bower.json",
"bower_components",
"test",
"tests",
"ux",
"demo",
"Gruntfile.js"
],
"dependencies": {
"ext.ux.websocket": "~1.0.0"
}
}