-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 986 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
45
{
"name": "xmpp-ftw-superfeedr",
"version": "1.2.1",
"description": "SuperFeedr plugin for XMPP-FTW",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/xmpp-ftw/xmpp-ftw-superfeedr.git"
},
"keywords": [
"superfeedr",
"json",
"xmpp",
"xml",
"translate"
],
"author": "Lloyd Watkin <lloyd@evilprofesssor.co.uk>",
"license": "Apache 2.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/xmpp-ftw/xmpp-ftw-superfeedr/issues"
},
"dependencies": {
"ltx": "2.2.0",
"xmpp-ftw-item-parser": "1.x"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.12.0",
"grunt-mocha-cli": "~1.4.0",
"mocha": "~2.4.5",
"should": "~8.2.1",
"xmpp-ftw": "1.x"
},
"peerDependencies": {
"xmpp-ftw": "1.x"
}
}