blob: 234622063e5e66681a1dd68159fac3c2a9cd89ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "gitbook-html",
"version": "4.0.0",
"homepage": "https://www.gitbook.com",
"description": "HTML parser interface for GitBook",
"main": "lib/index.js",
"dependencies": {
"cheerio": "^0.20.0 && >=0.20.0"
},
"scripts": {
"test": "mocha --reporter spec --bail",
"prepublish": "rm -rf lib/ && babel -d lib/ src/ --source-maps"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/gitbook-html.git"
},
"author": "FriendCode Inc. <contact@gitbook.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook-html/issues"
}
}
|