forked from cometd/cometd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (19 loc) · 1.05 KB
/
package.json
File metadata and controls
20 lines (19 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@ionweb/cometd",
"version": "7.0.13-d6",
"description": "Welcome to the [CometD](http://cometd.org) Project, a scalable comet (server push) implementation for the web.",
"main": "cometd-javascript/common/src/main/webapp/js/cometd/cometd.js",
"exports": {
".": "./cometd-javascript/common/src/main/webapp/js/cometd/cometd.js",
"./AckExtension": "./cometd-javascript/common/src/main/webapp/js/cometd/AckExtension.js",
"./BinaryExtension": "./cometd-javascript/common/src/main/webapp/js/cometd/BinaryExtension.js",
"./ReloadExtension": "./cometd-javascript/common/src/main/webapp/js/cometd/ReloadExtension.js",
"./TimeStampExtension": "./cometd-javascript/common/src/main/webapp/js/cometd/TimeStampExtension.js",
"./TimeSyncExtension": "./cometd-javascript/common/src/main/webapp/js/cometd/TimeSyncExtension.js"
},
"types": "cometd-javascript/common/src/main/webapp/js/cometd/cometd.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/iongroup/cometd.git"
}
}