{ "name": "gitbook", "version": "0.0.0", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", "dependencies": { "q": "1.0.1", "lodash": "2.4.1", "marked": "0.3.2", "swig": "1.3.2", "glob": "3.2.9", "q": "1.0.1", "fs-extra": "0.8.1" }, "devDependencies": { "mocha": "1.18.2", "grunt": "~0.4.2", "grunt-cli": "0.1.11", "grunt-contrib-less": "~0.5.0" }, "scripts": { "test": "export TESTING=true; mocha --reporter list" }, "repository": { "type": "git", "url": "https://github.com/GitbookIO/gitbook.git" }, "keywords": [ "git", "book", "gitbook" ], "author": "Aaron O'Mullan ", "license": "Apache 2", "bugs": { "url": "https://github.com/GitbookIO/gitbook/issues" } }