diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 56 |
1 files changed, 29 insertions, 27 deletions
diff --git a/package.json b/package.json index dea8f6f..79e1b6c 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,37 @@ { "name": "gitbook", - "version": "1.5.0", + "version": "2.0.0-alpha.9", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", "dependencies": { "q": "1.0.1", - "lodash": "2.4.1", - "kramed": "0.4.4", - "kramed-text-renderer": "0.2.1", - "lunr": "0.5.2", - "swig": "1.3.2", - "send": "0.2.0", - "fstream-ignore": "0.0.7", - "commander": "2.2.0", - "graceful-fs": "3.0.2", - "fs-extra": "0.10.0", - "highlight.js": "8.3.0", - "tmp": "0.0.23", + "lunr": "0.5.7", + "lodash": "3.2.0", + "graceful-fs": "3.0.5", + "resolve": "0.6.3", + "fs-extra": "0.16.3", + "fstream-ignore": "1.0.2", + "gitbook-parsers": "0.5.2", + "nunjucks": "git+https://github.com/mozilla/nunjucks.git#42d2b9f5c0ad5db8ca3a1fdbba5bde9fc4cc2c45", + "nunjucks-autoescape": "0.1.1", + "nunjucks-filter": "0.1.0", + "nunjucks-i18n": "1.0.0", "semver": "2.2.1", "npmi": "0.1.1", - "gaze": "~0.5.1", - "resolve": "0.6.3", - "tiny-lr-fork": "0.0.5", - "gitbook-plugin": "0.0.2", - "gitbook-plugin-mathjax": "0.0.6", + "cheerio": "0.18.0", "gitbook-plugin-livereload": "0.0.1", - "gitbook-plugin-exercises": "1.0.0", - "gitbook-plugin-quizzes": "1.0.0" + "gaze": "~0.5.1", + "send": "0.2.0", + "tiny-lr": "0.1.5", + "tmp": "0.0.24", + "crc": "3.2.1", + "bash-color": "0.0.3", + "URIjs": "1.14.1", + "request": "2.51.0", + "npm": "2.4.1", + "dom-serializer": "0.1.0", + "shell-escape": "0.2.0" }, "devDependencies": { "mocha": "1.18.2", @@ -36,20 +40,18 @@ "grunt-contrib-copy": "0.5.0", "grunt-contrib-less": "~0.5.0", "grunt-contrib-requirejs": "0.4.1", - "grunt-bower-install-simple": "0.9.2", - "grunt-browserify": "3.1.0", - "grunt-contrib-uglify": "0.6.0" + "grunt-bower-install-simple": "0.9.2" }, "scripts": { - "test": "export TESTING=true; mocha --reporter list" - }, - "bin": { - "gitbook": "./bin/gitbook.js" + "test": "export TESTING=true; mocha --reporter list --timeout 15000" }, "repository": { "type": "git", "url": "https://github.com/GitbookIO/gitbook.git" }, + "bin": { + "gitbook": "./bin/gitbook.js" + }, "keywords": [ "git", "book", |