-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 873 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 873 Bytes
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
{
"name": "jawn",
"version": "0.0.1",
"description": "Tabular Data support for Dat/hypercore",
"main": "index.js",
"scripts": {
"test": "standard && tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CfABrigadePhiladelphia/jawn.git"
},
"keywords": [
"data",
"version control"
],
"author": "Matt Zumwalt",
"license": "MIT",
"bugs": {
"url": "https://github.com/CfABrigadePhiladelphia/jawn/issues"
},
"homepage": "https://github.com/CfABrigadePhiladelphia/jawn",
"dependencies": {
"fs": "0.0.2",
"hypercore": "~1.8.0",
"level": "~1.4.0",
"mississippi": "^1.2.0",
"parse-input-stream": "^1.0.1",
"path": "~0.12.7",
"tape": "~4.5.1",
"through2": "^2.0.1"
},
"devDependencies": {
"standard": "^6.0.5",
"tape": "^4.4.0",
"memdb": "^1.3.1"
}
}