forked from wilk/ExtJS-WebSocket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 833 Bytes
/
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
{
"name": "Ext.ux.WebSocket",
"version": "2.0.0",
"description": "Ext.ux.WebSocket is an extension to manage HTML5 WebSocket with ExtJS and SenchaTouch",
"main": "WebSocket.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wilk/ExtJS-WebSocket.git"
},
"keywords": [
"extjs",
"senchatouch",
"websocket",
"html5"
],
"author": "Vincenzo <[email protected]> (Wilk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wilk/ExtJS-WebSocket/issues"
},
"homepage": "https://github.com/wilk/ExtJS-WebSocket",
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"load-grunt-tasks": "~0.2.1",
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.3.0",
"ws": "~0.4.31"
}
}