forked from dhruvaray/backbone-associations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.7 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":{
"underscore":">=1.4.3",
"backbone":">=0.9.10"
},
"devDependencies":{
"phantomjs":"0.2.2"
},
"jam": {
"dependencies": {
"underscore":">=1.4.3",
"backbone":">=0.9.10"
},
"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.5.1",
"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/"
}