zbencode
Version:
Bencoding for bittorrent
28 lines (27 loc) • 577 B
JSON
{
"name": "zbencode",
"version": "1.0.17",
"description": "Bencoding for bittorrent",
"main": "index.js",
"scripts": {
"test": "standard && tap test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zanadar/zbencode.git"
},
"keywords": [
"bitorrent",
"bencode"
],
"author": "@zanadar",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zanadar/zbencode/issues"
},
"homepage": "https://github.com/Zanadar/zbencode#readme",
"devDependencies": {
"standard": "^5.4.1",
"tap": "^5.4.2"
}
}