mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-09 23:23:39 +00:00
28 lines
624 B
JSON
28 lines
624 B
JSON
{
|
|
"name": "@showbridge/site",
|
|
"version": "1.0.0",
|
|
"description": "www.showbrigde.io",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "http-server src/"
|
|
},
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jwetzell/showbridge.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jwetzell/showbridge/issues"
|
|
},
|
|
"homepage": "https://github.com/jwetzell/showbridge#readme",
|
|
"devDependencies": {
|
|
"http-server": "14.1.1",
|
|
"tailwindcss": "3.4.14"
|
|
}
|
|
}
|