Files
gitbook/package.json
T
Samy Pessé ec586dd3cd Clear folder
2015-01-19 09:47:36 +01:00

42 lines
978 B
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"
},
"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"
}
]
}