forked from ggrossetie/training-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.14 KB
/
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
{
"name": "@neo4j/graphacademy",
"version": "1.0.0",
"description": "Neo4j GraphAcademy",
"scripts": {
"start": "node resources/tasks/start.js",
"watch": "node resources/tasks/watch.js",
"build": "antora local-antora-playbook.yml --generator @neo4j/developer-site-generator",
"build:jupyter": "node resources/tasks/jupyter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neo4j-contrib/training-v3.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/neo4j-contrib/training-v3/issues"
},
"homepage": "https://github.com/neo4j-contrib/training-v3#readme",
"devDependencies": {
"@antora/cli": "^2.3.4",
"@asciidoctor/core": "^2.2.1",
"@neo4j/developer-site-generator": "git+https://github.com/neo4j-documentation/developer-site-generator.git#v0.4.2",
"asciidoctor-jupyter": "github:neo4j-documentation/asciidoctor-jupyter",
"browser-sync": "^2.26.12",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.4.2",
"debug": "^3.1.0",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"glob": "^6.0.4"
},
"private": true
}