forked from ggrossetie/antora-lunr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 876 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "antora-lunr",
"version": "0.5.0",
"description": "Generate a Lunr index from a catalog.",
"license": "MIT",
"author": "Guillaume Grossetie <[email protected]>",
"homepage": "https://antora.org",
"repository": "https://github.com/Mogztter/antora-lunr",
"bugs": {
"url": "https://github.com/Mogztter/antora-lunr/issues"
},
"main": "lib/index.js",
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"lint": "standard test/**/*.js lib/**/*.js",
"test": "mocha"
},
"files": [
"lib/"
],
"keywords": [
"antora",
"antora-component",
"lunr"
],
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"html-entities": "^1.2.1",
"lunr": "2.3.8"
},
"devDependencies": {
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"js-yaml": ">=3.13.1",
"mocha": "^5.2.0",
"standard": "^12.0.1"
}
}