summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a0a5f7a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "troffman",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "MIT",
+ "dependencies": {
+ "chunk-text": "^1.0.5",
+ "dbot-regex-handler": "^1.0.0",
+ "eris": "github:abalabahaha/eris#dev",
+ "eris-lavalink": "^1.0.2",
+ "sequelize": "^5.21.6",
+ "sqlite3": "^4.1.1",
+ "superagent": "^5.2.2",
+ "toml": "^3.0.0",
+ "winston": "^3.2.1"
+ }
+}