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
30 lines (29 loc) • 686 B
JSON
{
"name": "backbone-fetch-cache",
"version": "1.4.4",
"author": "Andy Appleton",
"description": "Caches calls to Backbone.[Model | Collection].fetch",
"license": "MIT",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/madglory/backbone-fetch-cache.git"
},
"keywords": [
"backbone",
"fetch",
"cache"
],
"main": "./backbone.fetch-cache.js",
"dependencies": {},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-connect": "",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1"
}
}