neo4-js
Version:
Neo4j graphdb object graph mapper for javascript
29 lines (28 loc) • 495 B
JSON
{
"plugins": [
"theme-api",
"edit-link",
"prism",
"-highlight",
"github",
"anchorjs"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/JanPeter/neo4js/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/JanPeter/neo4js/"
},
"theme-api": {
"languages": [
{
"lang": "js",
"name": "JavaScript",
"default": true
}
]
}
}
}