passivemodel
Version:
Model that can be used on both Client & Server
21 lines • 605 B
JSON
{
"name" : "passivemodel",
"main" : "./lib/index",
"version" : "0.1.0",
"homepage" : "http://alexeypetrushin.github.com/passive-model",
"dependencies" : {
"underscore" : "1.3.x"
},
"devDependencies": {
"coffee-script" : "1.2.x",
"mocha" : "1.0.x",
"expect.js" : "0.1.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"
}