-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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
51
52
53
54
55
56
57
58
{
"name": "backbone.babysitter",
"description": "Manage child views in a Backbone.View",
"version": "1.0.0",
"homepage": "https://github.com/marionettejs/backbone.babysitter",
"main": "lib/backbone.babysitter.js",
"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",
"build": "grunt"
},
"author": {
"name": "Derick Bailey",
"email": "[email protected]",
"web": "http://derickbailey.lostechies.com"
},
"bugs": {
"url": "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",
"peerDependencies": {
"backbone": "^1.3.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"backbone": ">=1.3.3",
"grunt": "0.4.4",
"grunt-cli": "0.1.13",
"grunt-contrib-concat": "0.1.2",
"grunt-contrib-connect": "0.1.2",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-jshint": "0.1.1",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "0.2.0",
"grunt-preprocess": "4.0.0",
"grunt-template": "0.2.3",
"underscore": ">=1.4.0 <=1.9.1"
}
}