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
23 lines (22 loc) • 453 B
JSON
{
"name": "backbone-fetch-cache",
"version": "1.4.4",
"homepage": "https://github.com/madglory/backbone-fetch-cache",
"authors": [
"Andrew Appleton <hello@floatleft.com>"
],
"description": "Caching for Backbone's fetch method",
"main": "backbone.fetch-cache.js",
"keywords": [
"backbone",
"fetch",
"cache"
],
"license": "MIT",
"dependencies": {
"backbone": ">=1.0.0"
},
"ignore": [
"node_modules"
]
}