-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}