grex
Version:
Client for Rexster Graph Server
61 lines (60 loc) • 1.24 kB
JSON
{
"name": "grex",
"description": "Client for Rexster Graph Server",
"version": "0.8.0",
"keywords": [
"database",
"graph",
"tinkerpop",
"rexster",
"gremlin",
"blueprints"
],
"homepage": "https://github.com/jbmusso/grex",
"author": [
{
"name": "Frank Panetta",
"email": "<frank.panetta@entrendipity.com.au>"
},
{
"name": "Jean-Baptiste Musso",
"email": "<jbmusso+github@gmail.com>"
}
],
"contributors": [
{
"name": "Andreas Richter"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jbmusso/grex.git"
},
"bugs": {
"url": "https://github.com/jbmusso/grex/issues"
},
"dependencies": {
"JSONStream": "^0.10.0",
"gremlin-script": "^1.1.0",
"inherits": "~2.0.1",
"lodash": "~2.4.1",
"request": "^2.49.0"
},
"license": "MIT",
"engines": {
"node": ">=0.6.0"
},
"main": "./src/grex.js",
"devDependencies": {
"browserify": "^8.1.1",
"gulp": "^3.6.0",
"gulp-bump": "^0.1.8",
"gulp-mocha": "^2.0.0",
"gulp-rename": "~1.2.0",
"gulp-size": "^1.2.0",
"gulp-uglify": "^1.1.0",
"should": "^4.6.1",
"vinyl-transform": "^1.0.0",
"yargs": "^1.3.3"
}
}