-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.36 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "modubot",
"preferGlobal": false,
"private": true,
"version": "0.3.0",
"description": "Modubot: The scalable, and extensible IRC Bot.",
"contributors": [
{
"name": "Kamal Nasser",
"email": "[email protected]"
},
{
"name": "Luke Strickland",
"email": "[email protected]"
},
{
"name": "Reynir Björnsson",
"email": "[email protected]"
}
],
"scripts": {
"start": "node ./bin/Modubot",
"postinstall": "grunt && node ./lib/install_plugins_deps.js",
"postupdate": "grunt && node ./lib/install_plugins_deps.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Modubot/Modubot.js.git"
},
"dependencies": {
"bunyan": "~0.21.4",
"colors": "^0.6.2",
"dive": "^0.3.1",
"expand-url": "^0.1.1",
"express": "3.x",
"feedsub": "~0.2.6",
"get-youtube-id": "~0.1.3",
"google": "~0.3.2",
"grunt-contrib-coffee": "^0.10.1",
"irc": ">= 0.3.5",
"jade": "*",
"js-yaml": "*",
"moment": ">= 2.1.0",
"mongoose": "~3.6.19",
"request": "^2.37.0",
"sandbox": ">= 0.8.3",
"weather": "~0.1.0",
"wolfram": "~0.2.6",
"youtube-feeds": "~2.2.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-typescript": "~0.2.4"
},
"license": "BSD-3",
"engines": {
"node": ">=0.8"
}
}