-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 841 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
29
30
31
32
{
"name": "strophejs-plugin-muc",
"version": "1.1.0",
"description": "A strophe.js plugin for Multi-User Chat (XEP-0045)",
"main": "lib/strophe.muc.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "rollup -c",
"prepublish": "npm run --silent build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strophe/strophejs-plugin-muc.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/strophe/strophejs-plugin-muc/issues"
},
"homepage": "https://github.com/strophe/strophejs-plugin-muc#readme",
"devDependencies": {
"coffee-script": "^1.12.6",
"rollup": "^0.45.2",
"rollup-plugin-coffee-script": "^1.1.0"
},
"peerDependencies": {
"strophe.js": ">=1.2"
}
}