-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 974 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
{
"name": "strophejs-plugin-mam",
"version": "0.0.3",
"description": "A strophe.js plugin for Message Archive Management (XEP-0313)",
"main": "lib/strophe.mam.js",
"scripts": {
"build": "rollup src/strophe.mam.js -f umd -g strophe.js:window -e strophejs-plugin-rsm -o lib/strophe.mam.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-mam.git"
},
"keywords": [
"strophe.js",
"strophe",
"xmpp",
"plugin"
],
"author": "The strophe plugin developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/strophe/strophejs-plugin-mam/issues"
},
"homepage": "https://github.com/strophe/strophejs-plugin-mam#readme",
"devDependencies": {
"rollup": "^0.45.0"
},
"peerDependencies": {
"strophe.js": "^1.2.12",
"strophejs-plugin-rsm": ">=0.0.1"
}
}