forked from fent/node-torrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 948 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
{
"name": "nt",
"description": "Read, make, write, and hash check torrent files",
"keywords": ["torrent", "bittorremt", "file"],
"version": "0.3.1",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-torrent.git"
},
"author": "Roly Fentanes (https://github.com/fent)",
"main": "./lib/index.js",
"bin": { "nt": "./bin/nt.js" },
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"dependencies": {
"async": "~0.7.0",
"bncode": "~0.5.2",
"buffers": "~0.1.1",
"colors": "~0.6.0-1",
"memorystream": "~0.2.0",
"nomnom": "~1.6.1",
"ordered-emitter": "~0.1.0",
"streamin": "~0.2.2",
"streamspeed": "~0.2.0",
"underscore": "~1.6.0"
},
"devDependencies": {
"vows": "~0.7.0",
"nock": "~0.28.2"
},
"licenses": [{
"type": "MIT",
"url" : "http://github.com/fent/node-torrent/raw/master/LICENSE"
}]
}