-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
39 lines (39 loc) · 914 Bytes
/
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
{
"name": "abstract-blob-store",
"version": "3.3.5",
"description": "A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms.",
"main": "index.js",
"typings": "index.d.ts",
"keywords": [
"hyperdata",
"dat"
],
"files": [
"index.js",
"index.d.ts",
"tests/*"
],
"scripts": {
"test": "node tests/run.js"
},
"author": "max ogden",
"license": "BSD-2-Clause",
"dependencies": {
"concat-stream": "^1.6.0",
"from2-array": "0.0.4"
},
"directories": {
"test": "tests"
},
"devDependencies": {
"tape": "^4.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/abstract-blob-store.git"
},
"bugs": {
"url": "https://github.com/maxogden/abstract-blob-store/issues"
},
"homepage": "https://github.com/maxogden/abstract-blob-store"
}