28 lines
522 B
JSON
28 lines
522 B
JSON
{
|
|
"name": "odin-simple-image-slider",
|
|
"version": "1.0.2",
|
|
"description": "Simple image slider",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"image",
|
|
"slider",
|
|
"simple",
|
|
"js",
|
|
"html",
|
|
"css",
|
|
"theodinproject"
|
|
],
|
|
"author": "NetMan",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lucide": "^0.331.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.638626.xyz/tod/odin-simple-image-slider.git"
|
|
}
|
|
}
|