forked from marionettejs/backbone.babysitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (43 loc) · 1.03 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Backbone.BabySitter",
"description": "Manage child views in a Backbone.View",
"version": "0.0.3",
"homepage": "https://github.com/marionettejs/backbone.babysitter",
"keywords": [
"backbone",
"plugin",
"computed",
"field",
"model",
"client",
"browser"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/marionettejs/backbone.babysitter/blob/master/LICENSE.md"
}
],
"scripts": {
"test" : "grunt jasmine",
"start" : "grunt jasmine-server"
},
"author": {
"name": "Derick Bailey",
"email": "[email protected]",
"web": "http://derickbailey.lostechies.com"
},
"bugs": {
"web": "https://github.com/marionettejs/backbone.babysitter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/marionettejs/backbone.babysitter.git"
},
"github": "https://github.com/marionettejs/backbone.babysitter",
"devDependencies": {
"grunt": "*",
"grunt-jasmine-runner": "latest",
"grunt-rigger": "*"
}
}