-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
39 lines (39 loc) · 882 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
{
"name": "sysend",
"version": "1.17.5",
"description": "Communication and Synchronization between browser tabs/windows. Works cross-domain.",
"main": "sysend.js",
"typings": "sysend.d.ts",
"scripts": {
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcubic/sysend.js.git"
},
"keywords": [
"tabs",
"rpc",
"windows",
"messages",
"cross-domain",
"cors",
"domain",
"communication",
"events",
"callback",
"notifications",
"browser"
],
"author": "Jakub T. Jankiewicz <[email protected]> (https://jcubic.pl/me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcubic/sysend.js/issues"
},
"homepage": "https://github.com/jcubic/sysend.js#readme",
"devDependencies": {
"@eslint/js": "^9.7.0",
"eslint": "^9.7.0",
"globals": "^15.8.0"
}
}