-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 908 Bytes
/
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
{
"name": "xmpp-ftw-vcard",
"version": "1.0.0",
"description": "VCard (XEP-0153) plugin for XMPP-FTW",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/lloydwatkin/xmpp-ftw-vcard.git"
},
"keywords": [
"vcard",
"xep-0153",
"json",
"xmpp",
"xml",
"translate"
],
"author": "Lloyd Watkin <lloyd@evilprofesssor.co.uk>",
"license": "Apache 2.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/lloydwatkin/xmpp-ftw-vcard/issues"
},
"dependencies": {
"ltx": "0.x"
},
"devDependencies": {
"mocha": "~1.8.1",
"should": "~1.2.2",
"xmpp-ftw": "1.x",
"grunt-mocha-cli": "~1.4.0",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2"
},
"peerDependencies": {
"xmpp-ftw": "1.x"
}
}