node-poplib-gowhich
Version:
POP3 client library for Node.js
45 lines (44 loc) • 1.32 kB
JSON
{
"name": "node-poplib-gowhich",
"version": "1.0.2",
"description": "POP3 client library for Node.js",
"main": "main.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"test-on-travis": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
"test-coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
"upload-to-coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhangda89/node-poplib.git"
},
"keywords": [
"POP3",
"Lib",
"pop3"
],
"author": {
"name": "Durban",
"email": "zhangdapeng89@126.com",
"url": "http://www.gowhich.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zhangda89/node-poplib/issues"
},
"homepage": "https://github.com/zhangda89/node-poplib#readme",
"devDependencies": {
"assert": "^1.3.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"mocha-lcov-reporter": "0.0.2",
"nodemailer": "^1.4.0"
},
"dependencies": {
"mailparser": "^0.5.1"
}
}