-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 978 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
{
"name": "hubot-xmpp-bob",
"version": "1.0.0",
"description": "A Hubot script to extend XMPP adapter with Bits of Binary support",
"main": "index.coffee",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --recursive ./test"
},
"repository": {
"type": "git",
"url": "git://github.com/nickcaballero/hubot-xmpp-bob.git"
},
"keywords": [
"hubot",
"xmbb",
"bob"
],
"author": "Nick Caballero <https://github.com/nickcaballero>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nickcaballero/hubot-xmpp-bob/issues"
},
"dependencies": {
"coffee-script": "~1.8",
"meld": "~1.3",
"request": "~2.45",
"ltx": "0.7.0",
"sharp": "0.7.0"
},
"devDependencies": {
"coffee-script": "~1.8",
"mocha": "^1.20.0",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
}
}