indexeddb-chunk-store/package.json

20 lines
375 B
JSON
Raw Normal View History

2019-05-10 21:39:02 +01:00
{
"name": "chunk-store",
"version": "1.0.0",
"description": "",
"main": "index.js",
"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
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"abstract-chunk-store": "^1.4.0",
2019-08-15 10:21:03 +01:00
"tape": "^4.9.1"
2019-05-10 21:39:02 +01:00
},
"devDependencies": {
2019-08-15 10:03:34 +01:00
"browserify": "^16.5.0"
2019-05-10 21:39:02 +01:00
}
}