yencer
Version:
yEnc encoding and decoding
27 lines (26 loc) • 544 B
JSON
{
"name": "yencer",
"version": "0.1.1",
"description": "yEnc encoding and decoding",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/skerit/yencer.git"
},
"keywords": [
"yenc",
"usenet"
],
"dependencies": {
"buffer-crc32": "~0.2.5"
},
"author": "Jelle De Loecker <jelle@develry.be>",
"license": "MIT",
"bugs": {
"url": "https://github.com/skerit/yencer/issues"
},
"homepage": "https://github.com/skerit/yencer"
}