UNPKG

neo4j-fiber

Version:

Most advanced and efficient Neo4j REST API Driver, with support of https and GrapheneDB

51 lines (50 loc) 975 B
{ "name": "neo4j-fiber", "version": "1.0.4", "description": "Most advanced and efficient Neo4j REST API Driver, with support of https and GrapheneDB", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Neo4j", "driver", "REST", "API", "http", "https", "GrapheneDB", "graphene", "db", "fiber", "fibers" ], "tags": [ "Neo4j", "driver", "REST", "API", "http", "https", "GrapheneDB", "graphene", "db", "fiber", "fibers" ], "repository": { "type": "git", "url": "git://github.com/VeliovGroup/neo4j-fiber.git" }, "homepage": "https://github.com/VeliovGroup/neo4j-fiber", "author": "Dmitriy A. (http://veliovgroup.com)", "license": "BSD 3-Clause", "dependencies": { "needle": "^2.2.1", "fibers": "^2.0.2", "underscore": "^1.9.1" }, "engines": { "node": ">= 8.9.x" } }