forked from okdistribute/dat-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 925 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
{
"name": "dat-manager",
"version": "1.0.0",
"description": "[![NPM](https://nodei.co/npm/dat-manager.png)](https://nodei.co/npm/dat-manager/)",
"main": "index.js",
"bin": {
"dat-manager": "cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karissa/dat-manager.git"
},
"author": "Karissa McKelvey <karissa@karissamck.com> (http://karissamck.com/)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/karissa/dat-manager/issues"
},
"homepage": "https://github.com/karissa/dat-manager#readme",
"dependencies": {
"body": "^5.1.0",
"debug": "^2.2.0",
"execspawn": "^0.2.1",
"format-data": "^2.1.2",
"getport": "^0.1.0",
"level": "^1.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"ndjson": "^1.4.2",
"subleveldown": "^2.0.0"
}
}