ogm
Version:
OGM for OrientDB
36 lines (35 loc) • 689 B
JSON
{
"name": "ogm",
"version": "0.0.4",
"description": "OGM for OrientDB",
"main": "index.js",
"scripts": {
"test": "mocha test src/**.spec.js"
},
"keywords": [
"OGM",
"Orient",
"OrientDB",
"Graph"
],
"author": "Muddai",
"license": "MIT",
"dependencies": {
"debug": "^2.2.0",
"lodash": "^3.10.0",
"orientjs": "^2.0.0"
},
"devDependencies": {
"bluebird": "^2.9.32",
"chai": "^3.0.0",
"path": "^0.11.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muddai/ogm.git"
},
"bugs": {
"url": "https://github.com/muddai/ogm/issues"
},
"homepage": "https://github.com/muddai/ogm#readme"
}