grunt-doctrine
Version:
Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application
16 lines (14 loc) • 479 B
JSON
{
"name" : "backbone.modelBinder",
"description" : "Simple, flexible and powerful Model-View binding for Backbone.",
"url" : "https://github.com/theironcook/Backbone.ModelBinder",
"keywords" : ["model", "view", "backbone"],
"author" : "Bart wood",
"dependencies" : {
"backbone" : ">=0.9.0",
"underscore" : ">=1.3.1",
"jquery" : ">=1.7.1"
},
"main": ["Backbone.ModelBinder.js"],
"version": "0.1.6"
}