indexeddb-chunk-store/package.json

23 lines
506 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": {
"test": "echo \"Error: no test specified\" && exit 1",
2019-08-15 10:03:34 +01:00
"zuul-test": "zuul --local -- test/test.js",
"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",
"tape": "^4.9.1",
"zuul": "^3.12.0"
},
"devDependencies": {
2019-08-15 10:03:34 +01:00
"browserify": "^16.5.0"
2019-05-10 21:39:02 +01:00
}
}