-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
44 lines (44 loc) · 909 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
43
44
{
"name": "nt",
"description": "Read, make, write, and hash check torrent files",
"keywords": [
"torrent",
"bittorremt",
"file"
],
"version": "0.7.1",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-torrent.git"
},
"author": "fent <fentbox@gmail.com> (https://github.com/fent)",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "istanbul cover vows -- --spec test/*-test.js"
},
"dependencies": {
"async": "^3.2.0",
"bncode": "~0.5.2",
"buffers": "~0.1.1",
"memorystream": "~0.3.1",
"ordered-emitter": "^1.0.0",
"streamspeed": "~2.0.0",
"underscore": "^1.10.2"
},
"devDependencies": {
"istanbul": "^0.4.5",
"vows": "^0.8.2"
},
"engines": {
"node": ">=6"
},
"license": "MIT",
"snyk": true
}