indexeddb-chunk-store/package.json

35 lines
874 B
JSON

{
"name": "chunk-store-idb",
"version": "0.0.4",
"description": "IndexedDB chunk store that is abstract-chunk-store compatible",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build-test": "tsc && browserify test/test.js > test/bundle.js"
},
"homepage": "https://github.com/index23/chunk-store-idb",
"repository": {
"type": "git",
"url": "https://github.com/index23/chunk-store-idb.git"
},
"bugs": {
"url": "https://github.com/index23/chunk-store-idb/issues"
},
"keywords": [
"chunk",
"store",
"indexeddb",
"typescript",
"abstarct-chunk-store"
],
"author": "Damjan Bursac <bursacdamjan@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/node": "^12.7.2",
"abstract-chunk-store": "^1.4.0",
"browserify": "^16.5.0",
"tape": "^4.9.1"
}
}