-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 KB
/
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
44
{
"name": "stalk-js",
"version": "0.1.1",
"description": "s-talk javascript client.",
"main": "index.js",
"repository": {
"url": "git+https://github.com/mzget/stalk-javascript-client.git",
"type": "git"
},
"author": "nattapon.r <nattapon.r@live.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mzget/stalk-javascript-client/issues"
},
"homepage": "https://github.com/mzget/stalk-javascript-client#readme",
"dependencies": {
"async": "^2.6.1",
"crypto-js": "^3.1.9-1",
"es6-shim": "^0.35.3",
"events": "^1.1.1",
"pomelo-protobuf": "^0.4.0",
"pomelo-protocol": "^0.1.6",
"rxjs-es": "^5.0.0-beta.12",
"ws": "^1.1.5"
},
"devDependencies": {
"@types/async": "^2.0.49",
"@types/crypto-js": "^3.1.41",
"@types/jest": "^21.1.10",
"@types/node": "^8.10.21",
"jest": "^21.2.1",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
},
"scripts": {
"test": "jest"
},
"keywords": [
"stalk",
"node.js",
"chat-server"
],
"typings": "./index.d.ts"
}