mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
32 lines
743 B
JSON
32 lines
743 B
JSON
{
|
|
"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"
|
|
},
|
|
"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": "Aaron O'Mullan <aaron.omullan@friendco.de>",
|
|
"license": "Apache 2",
|
|
"bugs": {
|
|
"url": "https://github.com/GitbookIO/gitbook/issues"
|
|
}
|
|
}
|