forked from nandub/hubot-irc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 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-irc",
"version": "0.2.7",
"author": "Fernando Ortiz <[email protected]>",
"description": "IRC adapter for Hubot 2.3",
"keywords": "hubot irc adapter",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/nandub/hubot-irc/raw/master/LICENSE"
}
],
"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": "git+https://github.com/Jaglag/node-irc",
"log": "1.4.0"
},
"devDependencies": {
"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"
}
}