itsericwoodward-site-v2/package.json
Eric Woodward c4d3da4dc2 add theming support
replace CSS BG grid with SVG-based version
2024-04-27 15:37:02 -04:00

18 lines
354 B
JSON
Executable File

{
"name": "iew-site",
"version": "0.13.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Eric Woodward (https://www.itsericwoodward.com)",
"license": "MIT",
"engines": {
"npm": ">=9",
"node": ">=18"
},
"devDependencies": {
"web-weevr": "git+ssh://git@git.itsericwoodward.com:eric/web-weevr.git"
}
}