mogwai
Version:
Object-to-graph mapper for Node.js using Gremlin in Mongoose style (very alpha work)
37 lines (36 loc) • 837 B
JSON
{
"name": "mogwai",
"version": "0.2.6",
"description": "Object-to-graph mapper for Node.js using Gremlin in Mongoose style (very alpha work)",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/gulthor/mogwai.git"
},
"keywords": [
"graph",
"gremlin",
"object-to-graph",
"object",
"modeling",
"database"
],
"author": "Jean-Baptiste Musso <jbmusso+github@gmail.com> (https://github.com/gulthor)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gulthor/mogwai/issues"
},
"dependencies": {
"grex": "git://github.com/gulthor/grex.git#develop",
"underscore": "~1.5.2",
"q": "~0.9.7",
"request": "~2.27.0"
},
"devDependencies": {
"mocha": "~1.13.0",
"should": "~1.3.0"
}
}