mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "gitbook",
|
|
"version": "2.0.0-alpha",
|
|
"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",
|
|
"graceful-fs": "3.0.5",
|
|
"resolve": "0.6.3",
|
|
"fs-extra": "0.14.0",
|
|
"fstream-ignore": "1.0.2",
|
|
"gitbook-markdown": "1.0.0",
|
|
"nunjucks": "git+https://github.com/SamyPesse/nunjucks.git#4019d1b7379372336b86ce1b0bf84352a2029747",
|
|
"semver": "2.2.1",
|
|
"npmi": "0.1.1",
|
|
"gitbook-plugin-mathjax": "0.0.6",
|
|
"gitbook-plugin-livereload": "0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.18.2"
|
|
},
|
|
"scripts": {
|
|
"test": "export TESTING=true; mocha --reporter list"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GitbookIO/gitbook.git"
|
|
},
|
|
"keywords": [
|
|
"git",
|
|
"book",
|
|
"gitbook"
|
|
],
|
|
"author": "FriendCode Inc. <contact@gitbook.com>",
|
|
"license": "Apache 2",
|
|
"bugs": {
|
|
"url": "https://github.com/GitbookIO/gitbook/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Aaron O'Mullan",
|
|
"email": "aaron@gitbook.com"
|
|
},
|
|
{
|
|
"name": "Samy Pessé",
|
|
"email": "samy@gitbook.com"
|
|
}
|
|
]
|
|
}
|