forked from simple-xmpp/node-simple-xmpp
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (29 loc) · 795 Bytes
/
package.json
File metadata and controls
31 lines (29 loc) · 795 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
{
"name": "simpler-xmpp",
"version": "0.1.1",
"main": "index",
"description": "Possibly Simpler High Level NodeJS XMPP Library",
"contributors": [
"Arunoda Susiripala <arunoda.susiripala@gmail.com>",
"Joachim Kainz <jfk@jolira.com> (http://www.jolira.com)"
],
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"node-xmpp": ">= 0.2.10",
"node-stringprep": ">= 0.0.5"
},
"devDependencies": {
"ltx": ">= 0.0.5",
"nodemock": ">= 0.2.13",
"horaa": ">= 0.1.1alpha"
},
"repository": {
"url": "https://github.com/jolira/node-simpler-xmpp.git",
"type": "git"
}
}