virus
Version:
A dummy package containing the EICAR test string to test antivirus detections.
28 lines (27 loc) • 612 B
JSON
{
"name": "virus",
"version": "0.0.5",
"description": "A dummy package containing the EICAR test string to test antivirus detections.",
"main": "app.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/cranic/node-virus"
},
"keywords": [
"virus",
"EICAR",
"test"
],
"author": "Alan Hoffmeister <contato@cranic.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cranic/node-virus/issues"
},
"homepage": "https://github.com/cranic/node-virus",
"devDependencies": {
"mocha": "~1.16.2"
}
}