forked from ThoughtWire/stomp-websocket
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
43 lines (43 loc) · 954 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
36
37
38
39
40
41
42
43
{
"name": "@stomp/stompjs",
"version": "4.0.8",
"author": "Deepak Kumar <deepak@kreatio.com>",
"description": "STOMP for JavaScript apps (Web browser & node.js)",
"scripts": {
"build": "cake build",
"lint": "coffeelint -f coffeelint.json -r src",
"test": "cake test"
},
"devDependencies": {
"coffee-script": "^1.11.0",
"coffeelint": "^1.16.0",
"connect": "^3.6.2",
"jquery": "^3.2.1",
"qunit": "^1.0.0",
"uglify-js": "^3.0.15"
},
"optionalDependencies": {
"websocket": "^1.0.24"
},
"directories": {
"doc": "docs",
"example": "example",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/stomp-js/stomp-websocket"
},
"keywords": [
"STOMP",
"Web sockets",
"messaging",
"queue",
"WebSocket",
"rabbitmq"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stomp-js/stomp-websocket/issues"
}
}