indexeddb-chunk-store/package.json

20 lines
558 B
JSON
Raw Normal View History

2019-05-10 21:39:02 +01:00
{
2019-08-16 14:55:26 +01:00
"name": "indexeddb-chunk-store",
"version": "0.0.1",
"description": "IndexedDB chunk store that is abstract-chunk-store compliant\n",
"main": "dist/Store.js",
2019-05-10 21:39:02 +01:00
"scripts": {
2019-08-15 10:03:34 +01:00
"build-test": "tsc && browserify test/test.js > test/bundle.js"
2019-05-10 21:39:02 +01:00
},
2019-08-16 14:55:26 +01:00
"keywords": ["chunk", "store", "indexeddb", "typescript", "abstarct-chunk-store"],
"author": "Damjan Bursac <bursacdamjan@gmail.com>",
"license": "MIT",
2019-05-10 21:39:02 +01:00
"dependencies": {
},
"devDependencies": {
2019-08-16 14:55:26 +01:00
"abstract-chunk-store": "^1.4.0",
"browserify": "^16.5.0",
"tape": "^4.9.1"
2019-05-10 21:39:02 +01:00
}
}