-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (25 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (25 loc) · 725 Bytes
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
{
"name": "Botched_IRC_Bot",
"description": "An IRC bot created for #Minecraft on Freenode",
"author": "Mustek, @iMustek",
"version": "1.0.0",
"keywords": ["Bot", "Minecraft", "IRC"],
"bugs": "https://github.com/Mustek/Botched/issues",
"repository": {
"type": "git",
"url": "git://github.com/Mustek/Botched.git"
},
"licenses": [{
"type": "GPL",
"url": "https://github.com/Mustek/Botched/blob/master/LICENSE"
}],
"dependencies": {
"airbrake": ">=0.3.8",
"extend": ">=1.1.3",
"goo.gl": ">=0.1.2",
"irc": ">=0.3.7",
"oop-module": ">=0.0.5",
"request": ">=2.27.0"
},
"engine": "node 0.10.22"
}