You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
766 B
JSON

{
"name": "backbone.babysitter",
"description": "Manage child views in a Backbone.View",
"version": "0.1.4",
"repo": "marionettejs/backbone.babysitter",
"main": "lib/backbone.babysitter.js",
"keywords": [
"backbone",
"plugin",
"computed",
"field",
"model",
"client",
"browser"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/marionettejs/backbone.babysitter/blob/master/LICENSE.md"
}
],
"scripts": [
"lib/backbone.babysitter.js"
],
"author": {
"name": "Derick Bailey",
"email": "marionettejs@gmail.com",
"web": "http://derickbailey.lostechies.com"
},
"dependencies": {
"jashkenas/backbone": "*",
"jashkenas/underscore": "*"
}
}