summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index 84d8426..b7c9538 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,14 @@
"version": "0.0.0",
"description": "Library and cmd utility to generate GitBooks",
"main": "index.js",
+ "dependencies": {
+ "q": "1.0.1",
+ "lodash": "2.4.1",
+ "marked": "0.3.2"
+ },
+ "devDependencies": {
+ "mocha": "1.18.2"
+ },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},