Skip to content

Commit d8ef290

Browse files
author
Parashuram N
committed
Commit from Travis Build #20
Build - https://travis-ci.org/axemclion/jquery-indexeddb/builds/4406582 Branch : master@ 6802161
2 parents 5e92b33 + 6802161 commit d8ef290

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

indexeddb.jquery.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "indexeddb",
3+
"title": "Jquery-IndexedDB",
4+
"description": "A Jquery Plugin for the IndexedDB API",
5+
"version": "0.1.0",
6+
"keywords": ["indexeddb", "offline", "storage"],
7+
"homepage": "http://nparashuram.com/jquery-indexeddb",
8+
"docs": "http://nparashuram.com/jquery-indexeddb",
9+
"demo": "http://nparashuram.com/jquery-indexeddb/example/index.html",
10+
"download": "http://nparashuram.com/jquery-indexeddb/jquery.indexeddb.js",
11+
"bugs": "https://github.com/axemclion/jquery-indexeddb/issues",
12+
"author": {
13+
"name": "Parashuram",
14+
"email": "code@nparashuram.com",
15+
"url": "http://nparashuram.com/"
16+
},
17+
"licenses": [{
18+
"type": "GPLv2",
19+
"url": "http://www.example.com/licenses/gpl.html"
20+
}],
21+
"dependencies": {
22+
"jquery": ">=1.8.0"
23+
}
24+
}

0 commit comments

Comments
 (0)