-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdb.jquery.json
More file actions
23 lines (23 loc) · 819 Bytes
/
db.jquery.json
File metadata and controls
23 lines (23 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "db",
"version": "0.1.3",
"title": "WebDatabase (WebSQL) Plugin",
"description": "The WebDatabase (WebSQL) Plugin is a HTML5 Client Side Database ORM for jQuery based on Hibernate.",
"author": {
"name": "George Perry"
},
"licenses": [
{
"type": "GPLv2",
"url": "http://opensource.org/licenses/GPL-2.0"
}
],
"dependencies": {
"jquery": ">=1.6.0"
},
"keywords": ["webdatabase", "websql", "offline", "storage", "orm", "db", "database", "HTML5"],
"homepage": "https://github.com/perrygeorget/jquery-db",
"docs": "https://github.com/perrygeorget/jquery-db/wiki",
"bugs": "https://github.com/perrygeorget/jquery-db/issues",
"download": "https://github.com/perrygeorget/jquery-db/tree/master/dist"
}