-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.02 KB
/
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
{
"name": "fuse-torrent",
"description": "Allow mount several torrents in the filesystem.",
"author": "José Galisteo Ruiz",
"license": "ISC",
"bugs": {
"url": "https://github.com/ceritium/fuse-torrent/issues"
},
"homepage": "https://github.com/ceritium/fuse-torrent",
"repository": {
"type": "git",
"url": "https://github.com/ceritium/fuse-torrent.git"
},
"version": "0.2.3",
"private": false,
"scripts": {
"autofix": "standard --fix"
},
"bin": {
"fuse-torrent": "./index.js"
},
"dependencies": {
"fs": "0.0.1-security",
"fuse-native": "^2.2.6",
"nedb": "^1.8.0",
"prettysize": "^2.0.0",
"read-torrent": "^1.3.1",
"torrent-stream": "^1.2.0",
"yargs": "^15.0.2"
},
"devDependencies": {
"debug": "~2.6.9",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"standard": "^14.3.1"
}
}