UNPKG

node-clamav

Version:

A ClamAV client on node.js - Forked from clamdjs

34 lines (33 loc) 708 B
{ "author": "Lin Ning <linningde25@gmail.com>", "bugs": { "url": "https://github.com/ealtuna/clamdjs/issues" }, "name": "node-clamav", "version": "1.0.11", "description": "A ClamAV client on node.js - Forked from clamdjs", "scripts": { "lint": "standard", "lint:fix": "standard --fix", "test": "mocha" }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/ealtuna/clamdjs" }, "devDependencies": { "mocha": "^5.2.0", "standard": "^11.0.1" }, "homepage": "https://github.com/ealtuna/clamdjs", "keywords": [ "clamav", "clamd", "virus", "antivirus", "clamscan", "security" ], "license": "MIT" }