-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 839 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 839 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
{
"name": "strophejs-plugin-roster",
"version": "1.1.0",
"description": "A strophe.js plugin for Roster Versioning (XEP-0237).",
"main": "lib/strophe.roster.js",
"scripts": {
"build": "rollup src/strophe.roster.js -f umd -g strophe.js:window -o lib/strophe.roster.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-roster.git"
},
"author": "Strophe plugin developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/strophe/strophejs-plugin-roster/issues"
},
"homepage": "https://github.com/strophe/strophejs-plugin-roster#readme",
"devDependencies": {
"rollup": "^0.45.2"
},
"peerDependencies": {
"strophe.js": ">=1.2"
}
}