formalize
Version:
Node.js NoSQL ActiveRecord ORM layer for FoundationDB
44 lines (43 loc) • 844 B
JSON
{
"name": "formalize",
"description": "Node.js NoSQL ActiveRecord ORM layer for FoundationDB",
"version": "0.1.18",
"contributors": [
{
"name": "Ashley Brener",
"url": "http://frisB.com"
}
],
"main": "lib/",
"engines": {
"node": ">= 0.8.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1"
},
"bugs": {
"url": "https://github.com/frisb/formalize/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frisb/formalize"
},
"dependencies": {
"async": "^0.9.0",
"bson": "^0.2.11",
"deepak": "*",
"fdb": "^2.0.0",
"formality": "*",
"underscore": "^1.7.0"
},
"keywords": [
"fdb",
"foundationdb",
"database",
"nosql",
"acid"
]
}