Skip to content

Commit

Permalink
End-User Meta updated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 14, 2024
1 parent f9c8063 commit 4197bcf
Showing 1 changed file with 54 additions and 32 deletions.
86 changes: 54 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,54 @@
{
"name": "fastimages",
"version": "0.0.1",
"description": "Search engine for collections of images from top free HD image providers.",
"main": "index.js",
"repository": "https://github.com/iamspdarsan/Fastimages.git",
"author": "PRIYADARSAN S <iamspdarsan@gmail.com>",
"license": "Apache-2.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@cresteem/hawk-js": "^1.0.7",
"autoprefixer": "^10.4.19",
"next": "^14.2.5",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sass": "^1.77.8",
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
}
{
"name": "fastimages",
"version": "0.0.1",
"description": "FastImage is a comprehensive search engine designed to fetch HD images from multiple repositories in a single search. Say goodbye to jumping between major platforms; FastImage provides a one-stop solution to find every possible HD image quickly and efficiently.",
"main": "index.js",
"repository": "https://github.com/iamspdarsan/Fastimages.git",
"author": "PRIYADARSAN S <iamspdarsan@gmail.com>",
"license": "Apache-2.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@cresteem/hawk-js": "^1.0.7",
"autoprefixer": "^10.4.19",
"next": "^14.2.5",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sass": "^1.77.8",
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"homepage": "http://fastimage.darsan.in/",
"keywords": [
"hd image search",
"high-resolution images",
"image search engine",
"fast image retrieval",
"graphic design resources",
"content creation images",
"visual search engine",
"image indexing",
"seo image search",
"cross-platform image search",
"image repository search",
"image search optimization",
"image database search",
"multi-repository image search",
"image search software",
"image search solution",
"high-res image finder",
"image sourcing tool",
"search engine optimization"
]
}

0 comments on commit 4197bcf

Please sign in to comment.