forked from avatarkava/beavisbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 898 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
30
31
32
33
34
35
36
37
38
{
"name": "nipbot",
"description": "A customizable social music room bot",
"version": "2.0.1",
"keywords": [
"dubtrack",
"dubtrack.fm"
],
"repository": {
"type": "git",
"url": "git://github.com/mreinhardt/nipbot.git"
},
"author": "mreinhardt",
"main": "bot.js",
"directories": {
"commands": "commands"
},
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"bluebird": "2.*",
"circular-json": "*",
"cleverbot-node": "git://github.com/avatarkava/cleverbot-node.git",
"dubapi": "git://github.com/anjanms/DubAPI.git",
"moment": "*",
"mysql": "*",
"node-datatable": "git://github.com/jpravetz/node-datatable.git",
"request": "*",
"sequelize": "*",
"sqlite3": "*",
"string": "*",
"underscore": "git://github.com/jashkenas/underscore.git"
},
"devDependencies": {
},
"optionalDependencies": {}
}