forked from strophe/strophejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 825 Bytes
/
bower.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
37
38
39
40
41
42
43
{
"name": "strophe.js",
"description": "Strophe.js is an XMPP library for JavaScript",
"version": "1.2.5",
"license": "MIT",
"main": "strophe.js",
"authors": [
"Jack Moffitt"
],
"homepage": "http://strophe.im/strophejs",
"repository": {
"type": "git",
"url": "git://github.com/strophe/strophejs.git"
},
"keywords": [
"xmpp",
"message",
"bosh",
"websocket",
"browser"
],
"ignore": [
".*",
"release_checklist.txt",
"Makefile",
"Gruntfile.js",
"contrib",
"examples",
"tests"
],
"dependencies": {
"sinon": "http://sinonjs.org/releases/sinon-1.12.2.js",
"sinon-qunit": "~2.0.0",
"qunit": "~1.16.0",
"jquery": "1.11.0",
"requirejs": "~2.1.15",
"almond": "~0.3.0"
},
"moduleType": [
"amd",
"globals"
]
}