-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgdb.jquery.json
executable file
·38 lines (38 loc) · 1.13 KB
/
gdb.jquery.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
{
"name": "gdb",
"title": "Generic Data Binder",
"description": "Generic Data Binder (GDB) for jQuery is a framework agnostic and extremely easy to use 2 way data binder. GDB binds views and models in realtime with live two-way binding and no hefty framework necessary.",
"keywords": [
"gdb",
"generic",
"data",
"binder",
"binding",
"live",
"two-way"
],
"version": "1.2.3",
"author": {
"name": "John Louderback"
},
"maintainers": [
{
"name": "John Louderback",
"email": "john@johnlouderback.com"
}
],
"licenses": [
{
"type": "Apache V2",
"url": "https://github.com/JohnLouderback/GDB/blob/master/LICENSE"
}
],
"bugs": "https://github.com/JohnLouderback/GDB/issues?state=open",
"homepage": "http://gdb.thewebdev.guru",
"docs": "https://github.com/JohnLouderback/GDB",
"download": "https://github.com/JohnLouderback/GDB/archive/master.zip",
"demo": "http://gdb.thewebdev.guru/examples/",
"dependencies": {
"jquery": ">=1.7"
}
}