diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 56cfdad..52cc9c7 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "swig": "1.3.2", "glob": "3.2.9", "q": "1.0.1", + "commander": "2.2.0", "fs-extra": "0.8.1" }, "devDependencies": { @@ -21,6 +22,9 @@ "scripts": { "test": "export TESTING=true; mocha --reporter list" }, + "bin": { + "gitbook": "./bin/gitbook.js" + }, "repository": { "type": "git", "url": "https://github.com/GitbookIO/gitbook.git" |