Files
gitbook/package.json
T
2014-03-30 20:10:04 -07:00

24 lines
578 B
JSON

{
"name": "gitbook",
"version": "0.0.0",
"description": "Library and cmd utility to generate GitBooks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}