-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 896 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
{
"name": "podasync",
"version": "2.8.2",
"description": "Fanap's POD Async service (DIRANA)",
"main": "./src/network/async.js",
"scripts": {
"test": "mocha --reporter spec --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FanapSoft/pod-async-js-sdk.git"
},
"keywords": [
"Fanap",
"POD",
"Async",
"Socket",
"DIRANA"
],
"engines": {
"node": ">=4.2.4"
},
"author": "Masoud Amjadi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FanapSoft/pod-async-js-sdk/issues"
},
"homepage": "https://github.com/FanapSoft/pod-async-js-sdk#readme",
"dependencies": {
"bufferutil": "^4.0.0",
"isomorphic-ws": "^4.0.1",
"mqtt": "^4.2.8",
"stompit": "^1.0.0",
"utf-8-validate": "^5.0.1",
"ws": "^7.5.0"
},
"devDependencies": {
"mocha": "^9.0.1"
}
}