atomicrecord
Version:
Super lightweight node.js ActiveRecord ORM layer for FoundationDB
41 lines (40 loc) • 804 B
JSON
{
"name": "atomicrecord",
"description": "Super lightweight node.js ActiveRecord ORM layer for FoundationDB",
"version": "0.1.9",
"contributors": [
{
"name": "Ashley Brener",
"url": "http://frisB.com"
}
],
"main": "lib/",
"engines": {
"node": ">= 0.8.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0"
},
"bugs": {
"url": "https://github.com/frisb/atomicrecord/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frisb/atomicrecord"
},
"dependencies": {
"bson": "^0.2.16",
"fdboost": "^0.1.10",
"pseudonym": "^0.1.8"
},
"keywords": [
"fdb",
"foundationdb",
"database",
"nosql",
"acid"
]
}