rexy-engine
Version:
json library for the Rexster API
23 lines (22 loc) • 538 B
JSON
{ "name" : "rexy-engine"
, "description": "json library for the Rexster API"
, "version" : "0.1.1"
, "url" : "https://github.com/Tyler-Anderson/Rexy-Engine"
, "author" : "Tyler Anderson <tyler@brava.do>"
, "engines" : { "node": ">= 0.6" }
, "main" : "./lib/rexy-engine"
, "dependencies" : {
"restler" : ">=2.0.1"
}
, "repository" : {
"type" : "git",
"url" : "https://github.com/Tyler-Anderson/Rexy-Engine.git"
}
, "keywords": [
"graph",
"database",
"rexster",
"blueprints",
"gremlin",
"api"]
}