-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 920 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
{
"name": "nerdobot",
"preferGlobal": "true",
"version": "0.3.0",
"author": "Álvaro Cuesta <alvaro-cuesta@GitHub>",
"description": "IRC bot for #mv.nerd built with CoffeeScript + NodeJS",
"contributors": [
{
"name": "blzkz",
"github": "https://github.com/blzkz"
},
{
"name": "Tunnecino",
"web": "http://www.arrogance.es",
"github": "https://github.com/Arrogance"
}
],
"bin": {
"nerdobot": "./bin/nerdo.coffee"
},
"scripts": {
"start": "coffee ./bin/nerdo.coffee"
},
"main": "./lib/bot.coffee",
"repository": {
"type": "git",
"url": "https://github.com/alvaro-cuesta/nerdobot.git"
},
"keywords": ["irc", "bot"],
"dependencies": {
"express": "3.0.x",
"sqlite3": "2.1.x",
"cli-color": "0.2.x",
"coffee-script": "1.6.x"
},
"devDependencies": {},
"license": "MIT",
"engines": {
"coffee": "1.6.x"
}
}