forked from bonnici/node-steam-chat-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 819 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
{
"name": "steam-chat-bot"
, "version": "1.2.3"
, "description": "Simplified interface for a steam chat bot with lots of built-in functionality"
, "keywords": ["steam", "chatbot", "cleverbot", "wolfram", "youtube", "tumblr", "google"]
, "author": "bonnici <[email protected]>"
, "main": "./lib/chatBot"
, "repository": {
"type": "git"
, "url": "https://github.com/bonnici/node-steam-chat-bot.git"
}
, "dependencies": {
"steam": "0.6.x"
, "underscore": "1.8.x"
, "winston": "1.0.x"
, "sinon": "1.14.x"
, "nock": "1.7.x"
, "cleverbot-node": "0.2.x"
, "wolfram": "0.3.x"
, "tumblr.js": "0.0.x"
, "youtube-node": "1.2.x"
, "request": "2.69.x"
, "google-images": "1.0.x"
}
, "engines": {
"node": "0.12.x"
, "npm": "2.8.x"
}
}