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
28 lines • 571 B
JSON
{
"name": "backbone",
"version": "1.1.2",
"main": "backbone.js",
"dependencies": {
"underscore": ">=1.5.0"
},
"ignore": [
"backbone-min.js",
"docs",
"examples",
"test",
"*.yml",
"*.map",
".html",
"*.ico"
],
"homepage": "https://github.com/jashkenas/backbone",
"_release": "1.1.2",
"_resolution": {
"type": "version",
"tag": "1.1.2",
"commit": "53f77901a4ea9c7cf75d3db93ddddf491998d90f"
},
"_source": "git://github.com/jashkenas/backbone.git",
"_target": "~1.1.0",
"_originalSource": "backbone"
}