Skip to content

Commit fff3fc0

Browse files
committed
Updated package.json
1 parent f1c58f4 commit fff3fc0

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

package.json

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1-
{ "name": "bencode",
2-
"description": "a bencode de/encoder",
3-
"version": "0.1.0",
4-
"author": "Mark Schmale <[email protected]",
5-
"directories": { "/": "./" },
6-
"main": "./bencode",
7-
"engines": { "node": ">=0.1.94" }
8-
}
1+
{
2+
3+
"name": "bencode",
4+
"version": "0.2.0",
5+
"description": "Bencode de/encoder",
6+
"keywords": [ "torrent", "bittorrent", "bencode", "bdecode", "bencoding" ],
7+
8+
"author": {
9+
"name": "Mark Schmale",
10+
"email": "[email protected]",
11+
"url": "http://masch.it/"
12+
},
13+
14+
"main": "bencode.js",
15+
16+
"devDependencies": {
17+
"benchmark": ""
18+
},
19+
20+
"repository": {
21+
"type": "git",
22+
"url": "git://github.com/themasch/node-bencode.git"
23+
},
24+
25+
"bugs": {
26+
"url": "https://github.com/themasch/node-bencode/issues"
27+
}
28+
29+
}

0 commit comments

Comments
 (0)