UNPKG

gremlin-js-driver

Version:

Drivers for JavaScript Gremlin Language library

34 lines (33 loc) 754 B
{ "name": "gremlin-js-driver", "version": "0.0.1", "description": "Drivers for JavaScript Gremlin Language library", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bdhl/gremlin-js-driver.git" }, "keywords": [ "graph", "gremlin", "tinkerpop", "connection", "glv", "driver", "graphdb" ], "author": "Dzmitry Sushko", "license": "Apache-2.0", "bugs": { "url": "https://github.com/bdhl/gremlin-js-driver/issues" }, "homepage": "https://github.com/bdhl/gremlin-js-driver#readme", "dependencies": { "gremlin": "^3.4.6", "isomorphic-ws": "^4.0.1", "ws": "^7.2.1" } }