-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 924 Bytes
/
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
{
"name": "jquery-gdb",
"title": "GDB",
"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.",
"version": "1.2.2",
"homepage": "http://gdb.thewebdev.guru",
"author": {
"name": "John Louderback",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:JohnLouderback/GDB.git",
"github": "https://github.com/JohnLouderback/GDB"
},
"keywords": [
"gdb",
"generic",
"data",
"binder",
"binding",
"live",
"two-way"
],
"bugs": {
"url": "https://github.com/JohnLouderback/GDB/issues?state=open"
},
"licenses": [
{
"type": "Apache V2",
"url": "https://github.com/JohnLouderback/GDB/blob/master/LICENSE"
}
],
"dependencies": {}
}