-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
36
37
{
"name": "cache-api-keyval",
"version": "1.1.0",
"description": "Browser Cache API key/value store with +50MB capacity, expiration and JSON object data-type storage.",
"author": {
"name": "info@optimization.team",
"email": "info@optimization.team",
"web": "optimization.team"
},
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/optimalisatie/Cache-API-Key-Value-Store.git"
},
"engines": {
"node": "~0.10"
},
"dependencies": {},
"devDependencies": {
"grunt": "latest",
"grunt-closure-compiler": "latest",
"matchdep": "latest",
"merge": "latest"
}
}