UNPKG

@hammerbot/gremlin

Version:

JavaScript Gremlin Language Variant

45 lines (44 loc) 1.02 kB
{ "name": "@hammerbot/gremlin", "version": "3.5.0-alpha1", "description": "JavaScript Gremlin Language Variant", "author": "Apache TinkerPop team", "keywords": [ "graph", "gremlin", "tinkerpop", "connection", "glv", "driver", "graphdb" ], "license": "Apache-2.0", "dependencies": { "isomorphic-ws": "^4.0.1", "ws": "^3.0.0" }, "devDependencies": { "chai": "~4.1.2", "cucumber": "~3.1.0", "grunt": "~1.0.2", "grunt-cli": "~1.2.0", "grunt-jsdoc": "~2.3.0", "mocha": "~4.0.1" }, "repository": { "type": "git", "url": "https://github.com/apache/tinkerpop.git" }, "homepage": "https://tinkerpop.apache.org/", "bugs": { "url": "https://issues.apache.org/jira/browse/TINKERPOP" }, "scripts": { "test": "mocha test/unit test/integration -t 5000", "features": "cucumber.js --require test/cucumber ../../../../../gremlin-test/features/", "unit-test": "mocha test/unit" }, "engines": { "node": ">=6" } }