nitpin
Version:
NNTP Client Library
37 lines (36 loc) • 734 B
JSON
{
"name": "nitpin",
"version": "0.2.0",
"description": "NNTP Client Library",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/skerit/nitpin.git"
},
"keywords": [
"nntp",
"usenet",
"newsgroups"
],
"dependencies": {
"buffer-crc32": "~0.2.5",
"graceful-fs": "4.1.x",
"mkdirp": "0.5.x",
"protoblast": "~0.3.1",
"request": "~2.57.0",
"xml2js": "0.4.x",
"yencer": "~0.1.1"
},
"devDependencies": {
"mocha": "2.1.x"
},
"author": "Jelle De Loecker <jelle@develry.be>",
"license": "MIT",
"bugs": {
"url": "https://github.com/skerit/nitpin/issues"
},
"homepage": "https://github.com/skerit/nitpin"
}