UNPKG

random-access-web

Version:

Chooses the fastest random access backend based on the user's browser

42 lines (41 loc) 1.18 kB
{ "name": "random-access-web", "version": "2.0.3", "description": "Chooses the fastest random access backend based on the user's browser", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build-test": "browserify test.js > test-bundle.js" }, "repository": { "type": "git", "url": "git+https://github.com/RangerMauve/random-access-web.git" }, "keywords": [ "random", "access", "storage", "web", "browser" ], "author": "rangermauve", "license": "MIT", "bugs": { "url": "https://github.com/RangerMauve/random-access-web/issues" }, "homepage": "https://github.com/RangerMauve/random-access-web#readme", "dependencies": { "@sammacbeth/random-access-idb-mutable-file": "^0.1.1", "random-access-chrome-file": "^1.1.2", "random-access-idb": "^1.2.1", "random-access-idb-mutable-file": "^0.3.0", "random-access-memory": "^3.1.1", "random-access-storage": "^1.3.0" }, "devDependencies": { "browserify": "^16.3.0", "hyperdrive": "^9.14.5", "random-access-test": "github:random-access-storage/random-access-test", "tape": "^4.11.0" } }