forked from nandub/hubot-irc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 827 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
{
"name": "hubot-irc",
"version": "0.2.8",
"author": "Fernando Ortiz <nandub@nandub.info>",
"description": "IRC adapter for Hubot 2.3",
"keywords": "hubot irc adapter",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/nandub/hubot-irc.git"
},
"bugs": {
"url": "http://github.com/nandub/hubot-irc/issues"
},
"main": "./src/irc.coffee",
"engine": "node > 0.6.0",
"scripts": {
"test": "grunt"
},
"dependencies": {
"irc": "^0.4.0",
"log": "1.4.0"
},
"devDependencies": {
"are-we-there-yet": "1.0.4",
"coffeelint": "^1.12.1",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.6.2",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-coffeelint": "~0.0.6"
}
}