{
  "name": "jpage",
  "version": "3.0.0",
  "type": "module",
  "description": "Create websites as slides.",
  "keywords": [
    "jpage",
    "pages",
    "javascript",
    "front-end",
    "amazing pages",
    "create websites",
    "full page",
    "slides",
    "scroller"
  ],
  "main": "./lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "docs": "cd docs && bundle exec jekyll serve --livereload --watch",
    "docs-build": "cd docs && JEKYLL_ENV=production bundle exec jekyll b",
    "minify": "npx esbuild lib/index.js --bundle --minify --outfile=lib/index.min.js && npx esbuild lib/index.css --bundle --outfile=lib/index.min.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sspedroisac/jpage.git"
  },
  "author": "Pedro Isac",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sspedroisac/jpage/issues"
  },
  "homepage": "https://github.com/sspedroisac/jpage#readme",
  "devDependencies": {
    "esbuild": "^0.14.18"
  }
}
