forked from neo4j-documentation/asciidoctor-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 855 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
{
"name": "asciidoctor-jupyter",
"version": "0.6.0",
"description": "A Jupyter converter for Asciidoctor.js. Write your Notebook in AsciiDoc!",
"engines": {
"node": ">=12"
},
"main": "src/index.js",
"files": [
"src/*"
],
"scripts": {
"test": "mocha test/**.spec.js",
"lint": "standard src/**.js test/**.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neo4j-documentation/asciidoctor-jupyter.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/neo4j-documentation/asciidoctor-jupyter/issues"
},
"homepage": "https://github.com/neo4j-documentation/asciidoctor-jupyter#readme",
"devDependencies": {
"@asciidoctor/core": "~2.2",
"chai": "~4.3",
"dirty-chai": "~2.0",
"mocha": "~10.0",
"standard": "~17.0"
}
}