-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 1.18 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
45
46
47
48
49
{
"name": "converse-community-plugins",
"version": "0.0.1",
"description": "Community plugins for Converse.js",
"main": "index.js",
"workspaces": [
"packages/actions",
"packages/adaptive-cards",
"packages/diagrams",
"packages/directory",
"packages/download-dialog",
"packages/galene",
"packages/http-auth",
"packages/jitsimeet",
"packages/location",
"packages/mastodon",
"packages/muc-directory",
"packages/muc-presence-probe",
"packages/oauth",
"packages/polls",
"packages/screencast",
"packages/search",
"packages/stickers",
"packages/toolbar-utilities",
"packages/vmsg",
"packages/voicechat"
],
"repository": {
"type": "git",
"url": "git+https://github.com/conversejs/community-plugins.git"
},
"keywords": [
"Converse.js",
"XMPP",
"plugins"
],
"author": "Converse.js Community",
"license": "SEE LICENCE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/conversejs/community-plugins/issues"
},
"homepage": "https://github.com/conversejs/community-plugins#readme",
"dependencies": {
"npm": "^8.5.4"
},
"devDependencies": {
"http-server": "^14.1.0"
}
}