-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 795 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 795 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
{
"name": "dat-mirror",
"version": "0.9.4",
"main": "index.js",
"bin": {
"dat-mirror": "./dat-mirror.js"
},
"scripts": {
"start-server": "./dat-mirror.js serve",
"lint": "eslint '**/*.js'"
},
"repository": "github:msfeldstein/dat-mirror",
"license": "MIT",
"dependencies": {
"ascii-progress": "^1.0.5",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"dat-node": "^3.5.14",
"discovery-swarm": "^5.1.4",
"express": "^4.16.4",
"express-subdomain": "^1.0.5",
"fixed-width-string": "^1.0.0",
"hypercore": "^6.25.0",
"mkdirp": "^0.5.1",
"multifeed": "^2.0.7",
"neat-log": "^3.1.0",
"pump": "^3.0.0",
"serve-index": "^1.9.1",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
"eslint": "^5.14.1"
}
}