forked from strophe/strophejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.79 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "strophe.js",
"description": "Strophe.js is an XMPP library for JavaScript",
"version": "1.2.10",
"homepage": "http://strophe.im/strophejs",
"repository": {
"type": "git",
"url": "git://github.com/strophe/strophejs.git"
},
"keywords": [
"xmpp",
"message",
"bosh",
"websocket",
"browser"
],
"files": [
"strophe.js",
"CHANGELOG.txt",
"LICENSE.txt",
"README.txt",
"src/"
],
"author": "Jack Moffit (metajack)",
"contributors": [
"Nathan Zorn (thepug)",
"Andreas Guth (Gordin)",
"Anton Stroganov (Aeon)",
"Florian Zeitz (Florob)",
"Christopher Zorn (twonds)",
"dodo",
"Lee Boynton (lboynton)",
"Theo Cushion (theozaurus)",
"Brendon Crawford (brendoncrawford)",
"JC Brand (jcbrand)"
],
"license": "MIT",
"main": "strophe.js",
"browser": "strophe.js",
"scripts": {
"lint": "grunt",
"build": "grunt",
"clean": "grunt clean",
"doc": "grunt doc",
"release": "grunt release"
},
"engines": {
"browser": "*"
},
"volo": {
"url": "https://raw.githubusercontent.com/strophe/strophejs/release-{version}/strophe.js"
},
"devDependencies": {
"bower": "latest",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-mkdir": "~1.0.0",
"grunt-natural-docs": "~1.0.1",
"grunt-shell": "~2.1.0",
"http-server": "^0.9.0",
"phantomjs": "^2.1.7",
"qunit-phantomjs-runner": "^2.1.0",
"requirejs": "~2.3.2"
}
}