UNPKG

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

32 lines (28 loc) 974 B
{ "name": "<%= options.appName %>", "version": "1.0.0", "description": "Application generated by grunt-doctrine", "repository": { "type": "git", "url": "https://github.com/mattimatti/grunt-doctrine.git" }, "devDependencies": { "grunt": "~0.4.1", "bbb": "~0.2.0", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-cssmin": "~0.6.1", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-compress": "~0.5.2", "grunt-processhtml": "~0.2.0" }, "peerDependencies": { "generator-bbb": "*", "bower": "*", "grunt-cli": "*" }, "scripts": { "postinstall": "bower install -s", "install": "git clone git://github.com/mrappleton/backbone-fetch-cache.git vendor/backbone-fetch-cache && git clone git://github.com/PaulUithol/Backbone-relational.git vendor/backbone-relational && git clone git://github.com/theironcook/Backbone.ModelBinder.git vendor/backbone-modelbinder" } }