20 lines
410 B
JSON
20 lines
410 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|