-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.13 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "Modular-Node.js-IRC-Bot",
"version": "1.3.0",
"description": "IRC Bot programmed in Node.js - official repo",
"main": "main.js",
"dependencies": {
"request": "^2.58.0",
"daemonize2": "^0.4.2",
"google": "^1.2.0",
"ddg": "^0.0.3",
"node-wolfram": "^0.0.1",
"temp-write": "^1.1.1",
"MD5": "^1.2.2",
"wtf_wikipedia": "^0.1.6",
"leet": "^1.2.7",
"chalk": "^1.0.0",
"pixl-xml": "^1.0.2",
"tinyurl": "^1.0.8",
"isgd": "^1.1.1",
"vgd": "^1.1.2",
"dronebl": "^1.1.9"
},
"devDependencies": {
"gulp": "3.8.11",
"gulp-jshint": "1.10.0",
"gulp-markdown": "1.0.0"
},
"scripts": {
"main": "node index.js",
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/LifeMushroom/Modular-Node.js-IRC-Bot.git"
},
"keywords": [
"Node.js",
"IRC Bot",
"Internet Relay Chat",
"IRC",
"Bot"
],
"author": "LifeMushroom",
"license": "GNU-3.0",
"bugs": {
"url": "https://github.com/LifeMushroom/Modular-Node.js-IRC-Bot/issues"
},
"homepage": "https://github.com/LifeMushroom/Modular-Node.js-IRC-Bot"
}