-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ad667c
commit 4553945
Showing
6 changed files
with
165 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
{ | ||
"name": "cache-api-keyval", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Browser Cache API key/value store with +50MB capacity, expiration and JSON object data-type storage.", | ||
"author": { | ||
"name": "[email protected]", | ||
"email": "[email protected]", | ||
"web": "optimization.team" | ||
}, | ||
"keywords": ["Cache", "IndexedDB", "Cache API", "CacheStorage", "keyvalue", "keyval", "key/value", "localstorage"], | ||
"keywords": [ | ||
"Cache", | ||
"IndexedDB", | ||
"Cache API", | ||
"CacheStorage", | ||
"keyvalue", | ||
"keyval", | ||
"key/value", | ||
"localstorage" | ||
], | ||
"homepage": "https://github.com/optimalisatie/", | ||
"copyright": "Copyright (C) 2018 Optimization.Team, Utrecht, NLD", | ||
"main": "cache-api-keyval.js", | ||
|
@@ -22,6 +31,7 @@ | |
"devDependencies": { | ||
"grunt": "latest", | ||
"grunt-closure-compiler": "latest", | ||
"grunt-contrib-uglify": "latest", | ||
"matchdep": "latest", | ||
"merge": "latest" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters