blob: 16880da7008912a4476ef380352b26d5aae9201e [file] [log] [blame]
{
"name": "examples",
"version": "1.0.0",
"description": "GLV example for JavaScript with Node",
"main": "connections.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ryan Tan",
"license": "Apache-2.0",
"dependencies": {
"gremlin": "file:../../src/main/javascript/gremlin-javascript"
}
}