summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json
index 53d268c..aee7864 100644
--- a/package.json
+++ b/package.json
@@ -23,8 +23,18 @@
"express-liquid": "^0.2.6",
"express-session": "^1.14.2",
"irc": "^0.5.0",
+ "ircdjs": "0.0.17",
"knox": "^0.9.2",
"multer": "^1.2.0",
"socket.io": "^1.5.1"
+ },
+ "devDependencies": {
+ "grunt": "^1.0.1",
+ "grunt-concat-sourcemap": "^0.4.3",
+ "grunt-contrib-clean": "^1.0.0",
+ "grunt-contrib-concat": "^1.0.1",
+ "grunt-contrib-copy": "^1.0.0",
+ "grunt-contrib-uglify": "^2.0.0",
+ "grunt-contrib-watch": "^1.0.0"
}
}