-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.47 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": "narad",
"version": "0.0.0",
"author": "Navya",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/navya/narad.git"
},
"description": "Navya's friendly irc bot",
"dependencies": {
"cheerio": "~0.19.0",
"chess": "0.2.6",
"chrono-node": "^1.0.6",
"date-utils": ">=1.2.17",
"flip": "~0.1.1",
"githubot": "1.0.x",
"htmlparser": "1.7.7",
"hubot": "^2.13.0",
"hubot-ambush": "0.0.3",
"hubot-cron": "^0.2.9",
"hubot-diagnostics": "0.0.1",
"hubot-github-repo-event-notifier": ">= 1.3.2",
"hubot-google-images": "^0.1.5",
"hubot-google-translate": "^0.2.0",
"hubot-heroku-keepalive": "0.0.4",
"hubot-irc": ">=0.2.7",
"hubot-maps": "0.0.2",
"hubot-plusplus": "*",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.0",
"hubot-shipit": "^0.2.0",
"hubot-tell": "^1.2.3",
"hubot-youtube": "^1.0.0",
"jquery": "~3.0.0",
"jsdom": "^3.1.2",
"lodash": "^3.9.3",
"moment": "^2.10.3",
"node-stringprep": "^0.7.0",
"nodepie": "^0.6.7",
"redis": "0.12.1",
"sandbox": "0.8.6",
"scraper": "0.0.9",
"soupselect": "0.2.0",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1",
"wolfram": "^0.3.2",
"xml2js": "^0.4.9"
},
"engines": {
"node": "0.12.x"
}
}