-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 917 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
{
"name": "@neo4j-documentation/antora-knowledge-base-extension",
"version": "0.1.0",
"description": "An Antora extension that generates category and tag pages from Knowledge Base articles",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha spec/**.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neo4j-documentation/antora-knowledge-base-extension.git"
},
"keywords": [
"antora",
"extension"
],
"author": "Guillaume Grossetie <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neo4j-documentation/antora-knowledge-base-extension/issues"
},
"homepage": "https://github.com/neo4j-documentation/antora-knowledge-base-extension#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
}