First version
Showing
- .eslintrc.json 11 additions, 0 deletions.eslintrc.json
- .vscode/settings.json 3 additions, 0 deletions.vscode/settings.json
- index.js 5 additions, 0 deletionsindex.js
- lib/getfile.js 11 additions, 0 deletionslib/getfile.js
- lib/refreshclam.js 15 additions, 0 deletionslib/refreshclam.js
- lib/scanner.js 22 additions, 0 deletionslib/scanner.js
- package.json 31 additions, 0 deletionspackage.json
.eslintrc.json
0 → 100644
.vscode/settings.json
0 → 100644
index.js
0 → 100644
lib/getfile.js
0 → 100644
lib/refreshclam.js
0 → 100644
lib/scanner.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "whats-a-virus", | ||
"version": "0.0.1", | ||
"description": "Whats this, a virus? Scanner built for whats-th.is file uploader.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/whats-this/scanner.git" | ||
}, | ||
"keywords": [ | ||
"av", | ||
"antivirus", | ||
"clamscan", | ||
"clamav" | ||
], | ||
"author": "aurieh", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/whats-this/scanner/issues" | ||
}, | ||
"homepage": "https://github.com/whats-this/scanner#readme", | ||
"devDependencies": { | ||
"eslint": "^3.12.1", | ||
"eslint-config-standard": "^6.2.1", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^2.0.1" | ||
} | ||
} |
Please register or sign in to comment