38 lines
962 B
JSON
38 lines
962 B
JSON
{
|
|
"name": "chunk-store-idb",
|
|
"version": "0.0.5",
|
|
"description": "IndexedDB chunk store that is abstract-chunk-store compatible",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "tsc",
|
|
"build-test": "tsc && browserify test/test.js | tape-run --render='tap-spec'"
|
|
},
|
|
"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",
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^4.9.1",
|
|
"tape-run": "^6.0.1"
|
|
}
|
|
}
|