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.
32 lines
627 B
JSON
32 lines
627 B
JSON
10 years ago
|
{
|
||
|
"name": "backbone.babysitter",
|
||
|
"version": "0.1.6",
|
||
|
"homepage": "https://github.com/marionettejs/backbone.babysitter",
|
||
|
"authors": [
|
||
|
"Derick Bailey <derickbailey@gmail.com>"
|
||
|
],
|
||
|
"description": "Manage child views in a Backbone.View",
|
||
|
"main": "lib/backbone.babysitter.js",
|
||
|
"keywords": [
|
||
|
"backbone",
|
||
|
"plugin",
|
||
|
"computed",
|
||
|
"field",
|
||
|
"model",
|
||
|
"client",
|
||
|
"browser"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"backbone": ">=0.9.9 <=1.1.2",
|
||
|
"underscore": ">=1.4.0 <=1.6.0"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
]
|
||
|
}
|