1
This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
web-helper/package.json
2025-03-15 20:20:41 +01:00

30 lines
768 B
JSON

{
"name": "web-helper",
"description": "A collection of node.js scripts to help on every day webdev problems",
"version": "1.0.0",
"author": "Nikolas Schwarz",
"homepage": "https://evolut.solutions",
"contributors": [
"Nikolas Schwarz <nikolas.schwarz@evolut.solutions> (https://github.com/nikolas-schwarz)"
],
"dependencies": {
"img-diff-js": "0.5.0"
},
"devDependencies": {
"img-diff-js": "0.5.0"
},
"keywords": [
"nodejs",
"node-js",
"helper",
"helper-tool"
],
"repository": "https://github.com/nikolas-schwarz/web-helper",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
]
}