-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
42 lines (42 loc) · 879 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": "@animetosho/parpar",
"version": "0.4.5",
"description": "High performance multi-threaded PAR2 creation library",
"keywords": [
"par2",
"par2cmdline",
"par2create",
"parchive",
"parity",
"error-correcting-codes",
"erasure-coding",
"ecc",
"reed-solomon"
],
"license": "CC0-1.0",
"author": "Anime Tosho",
"repository": {
"type": "git",
"url": "git+https://github.com/animetosho/parpar.git"
},
"main": "lib/parpar.js",
"bin": "bin/parpar.js",
"engines": {
"node": ">=0.10"
},
"scripts": {
"install": "node-gyp rebuild"
},
"type": "commonjs",
"pkg": {
"assets": "help*.txt"
},
"gypfile": true,
"dependencies": {
"async": "0.2.0 - 2.9999.9999"
},
"bugs": {
"url": "https://github.com/animetosho/parpar/issues"
},
"homepage": "https://animetosho.org/app/parpar"
}