Merge pull request #3602 from bayandin/localForage

localForage 0.9.1 (new)
This commit is contained in:
Peter Dave Hello
2014-07-18 21:51:56 +08:00
5 changed files with 3789 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+22
View File
@@ -0,0 +1,22 @@
{
"name": "localforage",
"author": "Mozilla",
"description": "Offline storage, improved.",
"keywords": [
"indexeddb",
"localstorage",
"storage",
"websql"
],
"version": "0.9.1",
"homepage": "https://github.com/mozilla/localForage",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/localForage.git"
},
"filename": "localforage.min.js",
"licence": "Apache-2.0",
"bugs": {
"url": "http://github.com/mozilla/localForage/issues"
}
}