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
19 lines • 661 B
JSON
{
"name": "backbone-relational",
"main": "backbone-relational.js",
"description": "Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models",
"homepage": "http://backbonerelational.org",
"keywords": ["backbone", "relation", "nested", "model"],
"repository": {
"type": "git",
"url": "https://github.com/PaulUithol/Backbone-relational.git"
},
"author": "Paul Uithol <https://github.com/PaulUithol>",
"contributors": "Listed at <https://github.com/PaulUithol/Backbone-relational/contributors>",
"dependencies": {
"underscore": ">=1.5.0",
"backbone": ">=1.1.2"
},
"license": "MIT",
"version": "0.9.0"
}