gallery/package.json

20 lines
410 B
JSON
Raw Normal View History

2024-10-21 11:02:54 +00:00
{
"name": "gallery",
"version": "1.0.0",
"description": "## Features",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.christian-wolf.click/tsc-vfl/gallery"
},
"author": "Christian Wolf",
"license": "ISC",
"dependencies": {
"jquery": "^3.7.1",
"nanogallery2": "^3.0.5"
}
}