changedetection/package.json-orig
Martin Donnelly cd3248340d Docker file working
Build working
docker-compose.yml working
2020-07-09 16:34:01 +01:00

39 lines
873 B
Plaintext

{
"name": "changedetection",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"cron": "^1.7.2",
"dateformat": "^3.0.3",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"fecha": "^3.0.3",
"fs-extra": "latest",
"hh-mm-ss": "^1.2.0",
"html-differ": "^1.4.0",
"jsonfile": "^5.0.0",
"lodash": "^4.17.15",
"log4js": "^5.1.0",
"node-localstorage": "^1.3.1",
"pixelmatch": "^5.1.0",
"pngjs": "^3.4.0",
"pug": "^2.0.4",
"puppeteer": "^1.19.0",
"resemblejs": "^3.2.3",
"smtp-email-sender": "^1.0.0",
"text-diff": "^1.0.1",
"time-since": "^1.0.7",
"underscore": "^1.9.1"
},
"devDependencies": {
"eslint": "^6.5.1"
}
}