-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 774 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 774 Bytes
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
{
"name": "bencoding"
, "version": "0.0.1"
, "description": "encode/decode bencoded data"
, "keywords": ["torrent", "bittorrent", "bencode", "bdecode", "bencoding", "buffers"]
, "author": "Clark Fischer <clark.fischer@gmail.com> (https://github.com/clarkf)"
, "main": "./lib/bencoding"
, "repository": {
"type": "git",
"url": "git://github.com/clarkf/node-bencoding.git"
}
, "bugs": {
"url": "https://github.com/clarkf/node-bencoding/issues"
}
, "scripts": {
"test": "make test"
}
, "dependencies": {}
, "devDependencies": {
"mocha": ""
, "expect.js": ""
, "benchmark": "~0.3.0"
, "dht-bencode": ""
, "bncode": ""
, "bencode": ""
}
, "main": "index"
, "engines": { "node": ">= 0.4.7" }
}