-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 881 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
{
"name": "strophejs-plugin-disco",
"version": "0.0.2",
"description": "A strophe.js plugin for XEP-0030 Service Discovery",
"main": "lib/strophe.disco.js",
"scripts": {
"build": "rollup src/strophe.disco.js -f umd -g strophe.js:window -o lib/strophe.disco.js -m",
"prepublish": "npm run --silent build",
"test": "jasmine mon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strophe/strophejs-plugin-disco.git"
},
"keywords": [
"xmpp",
"strophe",
"strophe.js",
"disco"
],
"author": "The strophe plugin developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/strophe/strophejs-plugin-disco/issues"
},
"homepage": "https://github.com/strophe/strophejs-plugin-disco#readme",
"devDependencies": {
"rollup": "^0.45.2"
},
"peerDependencies": {
"strophe.js": "^1.2.12"
}
}