files-monitor
Version:
Monitor files and inform if they changed
45 lines (44 loc) • 939 B
JSON
{
"name": "files-monitor",
"version": "0.3.8",
"engines": {
"node": ">=6.4"
},
"description": "Monitor files and inform if they changed",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/eslint ./"
},
"bin": {
"files-monitor": "./app.js",
"filesmon": "./app.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/vsichka/files-monitor.npm.git"
},
"keywords": [
"monitor",
"monitoring",
"file",
"files",
"change",
"changed",
"content",
"data"
],
"author": "Volodymyr Sichka <volodymyr@sichka.com>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/vsichka/files-monitor.npm/issues"
},
"homepage": "https://gitlab.com/vsichka/files-monitor.npm#README",
"dependencies": {
"md5-file": "^3.2.3",
"sendmail": "^1.2.0"
},
"devDependencies": {
"eslint": "^4.16.0"
}
}