Files
gitbook/package.json
T
2015-01-19 14:51:35 +01:00

47 lines
1.2 KiB
JSON

{
"name": "gitbook",
"version": "1.5.0",
"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",
"fs-extra": "0.14.0",
"fstream-ignore": "1.0.2",
"gitbook-markdown": "1.0.0",
"nunjucks": "git+https://github.com/SamyPesse/nunjucks.git#4019d1b7379372336b86ce1b0bf84352a2029747"
},
"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"
}
]
}