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>
22 lines
547 B
Text
22 lines
547 B
Text
{
|
|
"name": "metaviewport-parser",
|
|
"version": "0.3.0",
|
|
"description": "Parser for the content attribute of the meta viewport",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dontcallmedom/metaviewport-parser.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dontcallmedom/metaviewport-parser/issues"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
}
|
|
}
|