Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
63 lines
2.8 KiB
Text
63 lines
2.8 KiB
Text
{
|
|
"name": "js-library-detector",
|
|
"version": "6.7.0",
|
|
"description": "Detects the JavaScript libraries running on a page",
|
|
"main": "library/libraries.js",
|
|
"scripts": {
|
|
"test": "node test/object-test.js",
|
|
"release": "node release.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/johnmichel/Library-Detector-for-Chrome.git"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"libraries",
|
|
"googlechrome"
|
|
],
|
|
"author": "John Michel <johnmichel@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/johnmichel/Library-Detector-for-Chrome/issues"
|
|
},
|
|
"chrome": {
|
|
"name": "Library Detector",
|
|
"id": "cgaocdmhkmfnkdkbnckgmpopcbpaaejo",
|
|
"url": "https://chrome.google.com/webstore/detail/library-detector/cgaocdmhkmfnkdkbnckgmpopcbpaaejo?hl=en"
|
|
},
|
|
"homepage": "https://github.com/johnmichel/Library-Detector-for-Chrome#readme",
|
|
"contributors": [
|
|
{"name":"Andrew Bredow","url":"http://andrewbredow.com"},
|
|
{"name":"John Michel","url":"https://cowbird.org"},
|
|
{"name":"Artem Nezvigin","url":"http://artnez.com", "comment": "(Multiple library icon concept)"},
|
|
{"name":"Karl Swedberg","url":"https://karlswedberg.com/"},
|
|
{"name":"Joseph Lust","url":"https://lustforge.com/"},
|
|
{"name":"Eliot Sykes","url":"https://www.eliotsykes.com"},
|
|
{"name":"John-David Dalton","url":"http://allyoucanleet.com/"},
|
|
{"name":"Tan Le","url":"https://github.com/tancnle"},
|
|
{"name":"Serkan Yerşen","url":"http://serkan.io/"},
|
|
{"name":"Robert Pataki","url":"https://robertpataki.com/"},
|
|
{"name":"Andrii Vakarev","url":"https://github.com/avakarev"},
|
|
{"name":"Allan Esquina","url":"https://github.com/allanesquina"},
|
|
{"name":"Derek Peterson","url":"http://www.derekpetey.com/"},
|
|
{"name":"Arnaud Ligny","url":"http://narno.org"},
|
|
{"name":"Adrian Chia","url":"https://github.com/adrianchia"},
|
|
{"name":"Julian Shapiro","url":"https://www.julian.com/"},
|
|
{"name":"Olov Günther-Hanssen","url":"https://github.com/eolognt"},
|
|
{"name":"Dmitri Suvorov","url":"https://github.com/suvjunmd"},
|
|
{"name":"Andrii Vakarev","url":"https://github.com/avakarev"},
|
|
{"name":"François Richard","url":"https://github.com/iamWh1sp3r"},
|
|
{"name":"Derek Peterson","url":"https://derekpeterson.me/"},
|
|
{"name":"Artem Riasnianskyi","url":"https://github.com/asci"},
|
|
{"name":"Piotr Kaminski","url":"https://github.com/pkaminski"},
|
|
{"name":"Cristian Douce","url":"https://github.com/cristiandouce"},
|
|
{"name":"Vinicius Reis","url":"https://github.com/vinicius73"},
|
|
{"name":"Rick Viscomi","url":"https://github.com/rviscomi"},
|
|
{"name":"Emmanuel Krebs","url":"https://github.com/e-krebs"},
|
|
{"name":"Patrick Hulce","url":"https://github.com/patrickhulce"},
|
|
{"name":"Ajaykumar Prathap","url":"https://github.com/ajay2507"},
|
|
{"name":"Benni Mack","url":"https://github.com/bmack"}
|
|
],
|
|
"engines" : { "node" : ">=12" }
|
|
}
|