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
14 lines (13 loc) • 459 B
JSON
{
"name" : "backbone",
"version" : "1.1.2",
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
"repo" : "jashkenas/backbone",
"dependencies" : {
"jashkenas/underscore" : "*"
},
"main" : "backbone.js",
"scripts" : ["backbone.js"],
"license" : "MIT"
}