forked from benjamine/CinchBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1020 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
{
"name": "CinchBot",
"preferGlobal": "false",
"version": "0.0.1",
"author": "Benjamin Eidelman <[email protected]>",
"description": "CinchCast hubot",
"contributors": [],
"scripts": {
"update-scripts": "node ./update-scripts.js",
"start": "node ./node_modules/coffee-script/bin/coffee ./node_modules/hubot/bin/hubot -a skype",
"cli": "node ./node_modules/coffee-script/bin/coffee ./node_modules/hubot/bin/hubot"
},
"main": "./cinchbot",
"repository": {
"type": "git",
"url": "https://github.com/benjamine/CinchBot.git"
},
"keywords": [
"hubot",
"cinchcast"
],
"dependencies": {
"coffee-script": ">=1.3.3",
"redis": ">=0.7.2",
"jquery": "1.8.3",
"jsdom": "0.5.6",
"hubot": ">=2.3.4",
"hubot-skype": "git://github.com/benjamine/hubot-skype.git",
"hubot-irc": "^0.2.1"
},
"analyze": false,
"devDependencies": {
"hubot-scripts": "*"
},
"bundledDependencies": [],
"license": "MIT",
"engines": {
"node": ">=0.6"
}
}