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
15 lines (14 loc) • 332 B
JSON
{
"name": "backbone.modelBinder",
"version": "0.1.6",
"main": ["Backbone.ModelBinder.js"],
"dependencies" : {
"backbone" : ">=0.9.0",
"underscore" : ">=1.3.1",
"jquery" : ">=1.7.1"
},
"repository": {
"type": "git",
"url": "git://github.com/theironcook/Backbone.ModelBinder.git"
}
}