-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 871 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 871 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
{
"name": "strophejs-plugin-caps",
"version": "1.1.3",
"description": "A strophe.js plugin for XEP-0115 XMPP Entity Capabilities",
"main": "lib/strophe.caps.js",
"scripts": {
"build": "rollup src/strophe.caps.js -f umd -g strophe.js:window -e strophejs-plugin-disco -o lib/strophe.caps.js -m",
"prepublish": "npm run --silent build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strophe/strophejs-plugin-caps.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/strophe/strophejs-plugin-caps/issues"
},
"homepage": "https://github.com/strophe/strophejs-plugin-caps#readme",
"devDependencies": {
"rollup": "^0.45.2"
},
"peerDependencies": {
"strophe.js": ">=1.2",
"strophejs-plugin-disco": ">=0.0.1"
}
}