{
  "name": "simple-marko-router",
  "version": "1.1.1",
  "description": "A small and simple router for MarkoJS.",
  "main": "router.js",
  "keywords": [
    "markojs",
    "components",
    "router"
  ],
  "author": "Hunter Stratton",
  "license": "MIT",
  "dependencies": {
    "marko": "^5.17.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Paradxil/simple-marko-router.git"
  },
  "homepage": "https://github.com/Paradxil/simple-marko-router#readme",
  "devDependencies": {
    "@marko/build": "^4.2.3",
    "@marko/serve": "^4.2.3"
  },
  "scripts": {
    "dev": "npx marko-serve ./demo/index.marko",
    "build-demo": "npx marko-build ./demo/index.marko --static -o ./build/docs"
  }
}
