UNPKG

gremlin_patch

Version:

JavaScript Gremlin Language Variant

45 lines (44 loc) 1.08 kB
{ "name": "gremlin_patch", "version": "3.5.2", "description": "JavaScript Gremlin Language Variant", "author": "Apache TinkerPop team", "keywords": [ "graph", "gremlin", "tinkerpop", "connection", "glv", "driver", "graphdb" ], "license": "Apache-2.0", "dependencies": { "json-bigint": "^1.0.0", "ws": "^6.2.2" }, "devDependencies": { "chai": "~4.1.2", "cucumber": "~4.2.1", "grunt": "~1.2.0", "grunt-cli": "~1.3.2", "grunt-jsdoc": "~2.4.1", "mocha": "~5.2.0" }, "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": "./node_modules/mocha/bin/mocha test/unit test/integration -t 5000", "features": "./node_modules/.bin/cucumber-js --require test/cucumber ../../../../../gremlin-test/features/", "unit-test": "./node_modules/mocha/bin/mocha test/unit" }, "engines": { "node": ">=10" } }