-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.39 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
{
"name" : "backbrace",
"description" : "A collection of commonly used backbone extensions/mixins.",
"version" : "0.0.1",
"homepage" : "https://github.com/a2labs/backbrace/",
"repository" : {
"type" : "git",
"url" : "git://github.com/a2labs/backbrace.git"
},
"author" : "Jim Cowart (http://freshbrewedcode.com/jimcowart)",
"contributors": [
{
"name" : "Jim Cowart",
"email" : "[email protected]",
"url" : "http://freshbrewedcode.com/jimcowart"
},
{
"name" : "Doug Neiner",
"email" : "[email protected]",
"url" : "http://code.dougneiner.com"
}
],
"keywords" : [
"backbone",
"underscore"
],
"bugs" : {
"email" : "[email protected]",
"url" : "http://github.com/a2labs/backbrace/issues"
},
"directories" : { "lib" : "lib" },
"main" : "lib/backbrace.js",
"engines" : {
"node" : ">=0.4.0"
},
"dependencies" : {
"underscore" : ">=1.1.7",
"backbone" : ">=0.9.10",
"riveter" : ">=0.1.1"
},
"bundleDependencies" : [ "underscore" ],
"devDependencies" : {},
"licenses" : [
{
"type" : "MIT",
"url" : "http://www.opensource.org/licenses/mit-license.php"
},
{
"type" : "GPL",
"url" : "http://www.opensource.org/licenses/gpl-3.0.html"
}
]
}