-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.06 KB
/
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
35
36
{
"name": "strophejs-plugin-http-file-upload",
"version": "1.0.3",
"description": "A strophe.js plugin for file upload using HTTP File Upload (XEP-0363)",
"main": "lib/strophe.http-file-upload.js",
"scripts": {
"build": "rollup src/strophe.http-file-upload.js -f umd -g strophe.js:window -e strophejs-plugin-rsm -o lib/strophe.http-file-upload.js -m",
"prepublish": "npm run --silent build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnishLushte07/strophejs-plugin-http-file-upload.git"
},
"keywords": [
"strophe.js",
"strophe",
"xmpp",
"plugin",
"http",
"fil upload",
"mod_http_upload"
],
"author": "Anish Lushte",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnishLushte07/strophejs-plugin-http-file-upload/issues"
},
"homepage": "https://github.com/AnishLushte07/strophejs-plugin-http-file-upload#readme",
"devDependencies": {
"rollup": "^0.45.0"
},
"peerDependencies": {
"strophe.js": "^1.3.4"
}
}