odin-simple-image-slider/package.json

28 lines
522 B
JSON
Raw Permalink Normal View History

2024-02-19 13:19:54 +00:00
{
"name": "odin-simple-image-slider",
2024-02-20 16:26:30 +00:00
"version": "1.0.2",
2024-02-19 13:19:54 +00:00
"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"
}
}