-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 993 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
40
41
42
{
"name": "decentralized-package-management",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test/example && node test/downloads",
"client": "node ./client/bin",
"server": "node ./server/bin"
},
"author": "",
"license": "ISC",
"dependencies": {
"bittorrent-tracker": "^7.0.2",
"commander": "^2.9.0",
"concat-stream": "^1.5.1",
"forwarded": "^0.1.0",
"ftp": "^0.3.10",
"ftpd": "^0.2.15",
"lodash": "^4.0.0",
"magnet-uri": "^5.1.2",
"mime-types": "^2.1.9",
"nodegit": "^0.9.0",
"pushover": "^1.3.6",
"qs": "^6.0.2",
"request": "^2.67.0",
"rimraf": "^2.5.1",
"router": "^1.1.4",
"semver": "^5.1.0",
"shell-quote": "^1.4.3",
"split": "^1.0.0",
"tar-fs": "^1.9.0",
"valid-url": "^1.0.9",
"webtorrent": "^0.72.2"
},
"devDependencies": {
"expect": "^1.13.4",
"mkdirp": "^0.5.1",
"node-dir-diff": "0.0.1",
"tap": "^5.2.0"
}
}