forked from marionettejs/backbone.babysitter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
35 lines (35 loc) · 792 Bytes
/
component.json
File metadata and controls
35 lines (35 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "backbone.babysitter",
"description": "Manage child views in a Backbone.View",
"version": "0.1.12",
"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": ">=0.9.9 <=1.3.x",
"jashkenas/underscore": ">=1.4.0 <=1.8.3"
}
}