mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "gitbook",
|
|
"version": "2.4.1",
|
|
"homepage": "https://www.gitbook.com",
|
|
"description": "Library and cmd utility to generate GitBooks",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"q": "1.0.1",
|
|
"lunr": "0.5.12",
|
|
"lodash": "3.10.1",
|
|
"graceful-fs": "3.0.5",
|
|
"resolve": "0.6.3",
|
|
"fs-extra": "0.16.5",
|
|
"fstream-ignore": "1.0.2",
|
|
"gitbook-parsers": "0.8.2",
|
|
"gitbook-plugin-highlight": "1.0.3",
|
|
"nunjucks": "mozilla/nunjucks#dc89bf91611a2101731c2c06afcf5c32160b4dc9",
|
|
"nunjucks-autoescape": "1.0.0",
|
|
"nunjucks-filter": "1.0.0",
|
|
"i18n": "0.5.0",
|
|
"semver": "5.0.1",
|
|
"npmi": "0.1.1",
|
|
"cheerio": "0.19.0",
|
|
"gitbook-plugin-livereload": "0.0.1",
|
|
"chokidar": "~1.0.5",
|
|
"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",
|
|
"spawn-cmd": "0.0.2",
|
|
"escape-string-regexp": "1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "2.3.2",
|
|
"should": "7.1.0",
|
|
"grunt": "~0.4.2",
|
|
"grunt-cli": "0.1.11",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha --reporter spec --timeout 15000"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GitbookIO/gitbook.git"
|
|
},
|
|
"bin": {
|
|
"gitbook": "./bin/gitbook.js"
|
|
},
|
|
"keywords": [
|
|
"git",
|
|
"book",
|
|
"gitbook"
|
|
],
|
|
"author": "FriendCode Inc. <contact@gitbook.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/GitbookIO/gitbook/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Aaron O'Mullan",
|
|
"email": "aaron@gitbook.com"
|
|
},
|
|
{
|
|
"name": "Samy Pessé",
|
|
"email": "samy@gitbook.com"
|
|
}
|
|
]
|
|
}
|