UNPKG

node-nntp

Version:

A client for connecting with a NNTP server.

46 lines (45 loc) 1.15 kB
{ "name": "node-nntp", "version": "0.6.1", "description": "A client for connecting with a NNTP server.", "keywords": [ "nntp", "client", "newsgroups", "usenet" ], "author": "Robin van der Vleuten <robinvdvleuten@gmail.com>", "contributors": [ { "name": "Robin van der Vleuten", "email": "robinvdvleuten@gmail.com", "web": "http://robinvdvleuten.nl" }, { "name": "Matthew Page", "email": "matthewnpage@gmail.com", "web": "https://github.com/mattpage" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/RobinvdVleuten/node-nntp.git" }, "bugs": { "url": "https://github.com/RobinVdVleuten/node-nntp/issues" }, "dependencies": { "xtend": "~4.0" }, "devDependencies": { "istanbul": "^0.2.10", "mocha": "^1.16.2" }, "main": "./lib/nntp.js", "scripts": { "prepublish": "npm prune", "test": "NODE_ENV=test mocha --reporter=dot --check-leaks tests", "test-travis": "NODE_ENV=test node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot --check-leaks tests" } }