passive-model
Version:
Model that can be used on both Client & Server
19 lines • 548 B
JSON
{
"name" : "passive-model",
"main" : "./lib/passive-model",
"version" : "0.1.2",
"homepage" : "http://alexeypetrushin.github.com/passive-model",
"dependencies" : {
"underscore" : "1.3.x"
},
"devDependencies" : {
"backbone" : "0.9.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"
}