20 lines
557 B
JSON
20 lines
557 B
JSON
{
|
|
"name": "indexeddb-chunk-store",
|
|
"version": "0.0.1",
|
|
"description": "IndexedDB chunk store that is abstract-chunk-store compatible",
|
|
"main": "dist/Store.js",
|
|
"scripts": {
|
|
"build-test": "tsc && browserify test/test.js > test/bundle.js"
|
|
},
|
|
"keywords": ["chunk", "store", "indexeddb", "typescript", "abstarct-chunk-store"],
|
|
"author": "Damjan Bursac <bursacdamjan@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"abstract-chunk-store": "^1.4.0",
|
|
"browserify": "^16.5.0",
|
|
"tape": "^4.9.1"
|
|
}
|
|
}
|