UNPKG

livia-titan

Version:

Titan adapter for universal database driver Livia

64 lines 1.3 kB
{ "name": "livia-titan", "version": "0.0.1", "description": "Titan adapter for universal database driver Livia", "author": { "name": "Zlatko Fedor", "email": "zfedor@gmail.com", "url": "http://www.cherrysro.com/" }, "repository": { "type": "git", "url": "git://github.com/seeden/livia-titan.git" }, "keywords": [ "record", "document", "model", "edge", "schema", "db", "vertex", "gremlin", "stream", "orm", "odm", "livia", "titan", "mongoose" ], "private": false, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" }], "main": "./dist/index.js", "engines": { "node": ">= 0.10.0" }, "scripts": { "test" : "babel-node ./node_modules/gulp/bin/gulp.js test", "build" : "node ./node_modules/gulp/bin/gulp.js build" }, "dependencies": { "lodash": "~3.5.0", "node.extend": "~1.1.3", "keymirror": "~0.1.1", "async": "~0.9.0", "debug": "~2.1.3", "titan-node": "~0.1.11" }, "devDependencies": { "gulp": "~3.8.11", "gulp-mocha": "~2.0.0", "gulp-babel": "~4.0.0", "gulp-util": "~3.0.4", "should": "~5.0.1", "babel": "~5.1.0", "mongoose": "~4.0.1", "livia": "~0.2.0" }, "peerDependencies": { "livia": ">= 0.2.0 < 1" } }