forked from animetosho/Nyuu
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 827 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
{
"name": "nyuu",
"version": "0.4.1",
"description": "Flexible usenet binary poster",
"keywords": [
"usenet",
"nntp",
"nzb",
"usenet-uploader",
"usenet-poster"
],
"license": "CC0-1.0",
"author": "Anime Tosho",
"repository": {
"type": "git",
"url": "git+https://github.com/animetosho/nyuu.git"
},
"main": "lib/fileuploader.js",
"bin": "bin/nyuu.js",
"preferGlobal": true,
"engines": {
"node": ">=0.10"
},
"dependencies" : {
"async" : "0.2.0 - 2.9999.9999",
"yencode" : "1.0.6 - 1.9999.9999"
},
"devDependencies" : {
"mocha" : "*",
"nexe" : "*"
},
"optionalDependencies" : {
},
"pkg": {
"assets": "help*.txt"
},
"bugs": {
"url": "https://github.com/animetosho/nyuu/issues"
},
"homepage": "https://animetosho.org/app/nyuu"
}