micromodel
Version:
Model that can be used on both Client & Server
25 lines (24 loc) • 685 B
JSON
{
"name" : "micromodel",
"main" : "./model",
"version" : "2.2.2",
"homepage" : "http://alexeypetrushin.github.com/micromodel",
"dependencies" : {
"mongodb" : "2.1.x",
"underscore" : "1.3.x"
},
"devDependencies" : {
"chai" : "3.4.x"
},
"description" : "Model that can be used on both Client & Server",
"keywords" : ["ODM", "ORM", "Model", "MDD", "DDD", "Business Logic"],
"author" : {
"name" : "Alexey Petrushin",
"url" : "http://petrush.in"
},
"license" : "MIT",
"scripts" : {
"prepublish" : "coffee -c model.coffee mongodb.coffee",
"postpublish" : "rm model.js mongodb.js"
}
}