indexeddb-chunk-store/package.json

20 lines
558 B
JSON

{
"name": "indexeddb-chunk-store",
"version": "0.0.1",
"description": "IndexedDB chunk store that is abstract-chunk-store compliant\n",
"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"
}
}