forked from fent/node-torrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 932 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": {
"bncode": "0.2.x",
"buffers": "0.1.x",
"nomnom": "1.5.x",
"colors": "0.5.x",
"async": "0.1.x",
"request": "2.9.x",
"underscore": "1.3.x",
"memorystream": "0.2.x",
"ordered-emitter": "0.1.x",
"streamspeed": "0.1.x"
},
"devDependencies": {
"vows": "0.5.x",
"nock": "0.2.x"
},
"licenses": [{
"type": "MIT",
"url" : "http://github.com/fent/node-torrent/raw/master/LICENSE"
}]
}