-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1006 Bytes
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": "centrifuge-ts",
"version": "1.0.6",
"description": "Centrifuge javascript client",
"main": "dist/centrifuge.js",
"dependencies": {
"js-observable": "^1.0.0"
},
"devDependencies": {
"@types/node": "^9.4.0",
"ts-loader": "^3.3.1",
"tslint": "^5.9.1",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},
"scripts": {
"build": "node_modules/.bin/webpack",
"watch": "node_modules/.bin/webpack --watch"
},
"contributors": [
"Alexander Emelin",
"Oleg V. Kuzmin"
],
"repository": {
"type": "git",
"url": "https://github.com/Inpassor/centrifuge-ts.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Inpassor/centrifuge-ts/issues"
},
"homepage": "https://github.com/Inpassor/centrifuge-ts",
"keywords": [
"sockjs",
"websocket",
"centrifugo",
"centrifuge",
"typescript"
]
}