Rocky_Mountain_Vending/.pnpm-store/v10/files/af/b4f8730ac57f46e336f9918107cc05f14e8f21ae1256056915c8de0aa5c035d26ca4a0aa651a3ec9a554f231da9caf7615357bf861f8d8d57ebe83f86ff818
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

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"
}
}