blob: 1552786939054f79e4ef5869715711224ca1dfe1 (
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 --compilers js:babel-register",
"prepublish": "rm -rf lib/ && babel -d lib/ src/ --source-maps"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/gitbook-html.git"
},
"author": "GitBook Inc. <contact@gitbook.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook-html/issues"
}
}
|