-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
35 lines (35 loc) · 929 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
33
34
35
{
"name": "Ext.ux.data.proxy.WebSocket",
"version": "0.0.0",
"description": "An easy-to-use implementation of the ExtJS/Sencha Touch proxy, using HTML5 WebSocket",
"main": "WebSocket.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wilk/Ext.ux.data.proxy.WebSocket.git"
},
"keywords": [
"extjs",
"sencha",
"senchatouch",
"websocket",
"html5",
"proxy"
],
"author": "Vincenzo <[email protected]> (Wilk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wilk/Ext.ux.data.proxy.WebSocket/issues"
},
"homepage": "https://github.com/wilk/Ext.ux.data.proxy.WebSocket",
"devDependencies": {
"Faker": "~0.7.0",
"ws": "~0.4.31",
"load-grunt-tasks": "~0.2.1",
"grunt-contrib-uglify": "~0.3.0",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0"
}
}