blob: fc39de361e7d3fa0d5c3dd6bb2ce1867d7a06963 [file] [log] [blame]
{
"name": "gremlin",
"version": "3.5.1-alpha1",
"description": "JavaScript Gremlin Language Variant",
"author": "Apache TinkerPop team",
"keywords": [
"graph",
"gremlin",
"tinkerpop",
"connection",
"glv",
"driver",
"graphdb"
],
"license": "Apache-2.0",
"dependencies": {
"ws": "^6.2.1"
},
"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"
}
}