-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
executable file
·52 lines (52 loc) · 1.69 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
{
"name":"backbone-associations",
"filename":"backbone-associations-min.js",
"description":"Create object hierarchies with Backbone models. Respond to hierarchy changes using regular Backbone events",
"url":"https://github.com/dhruvaray/backbone-associations/",
"homepage":"http://dhruvaray.github.io/backbone-associations/",
"keywords":["Backbone", "association", "associated", "nested", "model", "cyclic graph", "qualified event paths", "relational", "relations"],
"author":["Dhruva Ray", "Jaynti Kanani"],
"dependencies":{
"backbone":">=1.0.0",
"underscore":">=1.4.4"
},
"devDependencies":{
"phantomjs":"0.2.2"
},
"jam":{
"dependencies":{
"backbone":">=1.0.0",
"underscore":">=1.4.4"
},
"main":"backbone-associations.js",
"include":[
"backbone-associations.js",
"backbone-associations-min.js",
"README.md",
"CHANGELOG.md"
]
},
"scripts":{
"test":"phantomjs test/lib/runner.js test/test-suite.html?noglobals=true"
},
"main":"backbone-associations.js",
"version": "0.6.2",
"repository":"git://github.com/dhruvaray/backbone-associations.git",
"licenses":[
{
"type":"MIT",
"url":"https://github.com/dhruvaray/backbone-associations/blob/master/LICENSE.txt"
}
],
"contributors":[
{
"name":"Dhruva Ray",
"web":"https://github.com/dhruvaray"
},
{
"name":"Jaynti Kanani",
"web":"https://github.com/jdkanani"
}
],
"github":"https://github.com/dhruvaray/backbone-associations/"
}