{
  "name": "xtal-siema",
  "flat": true,
  "version": "0.0.37",
  "description": "Web component wrapper around the lightweight Siema carousel library",
  "main": "xtal-siema.js",
  "module": "xtal-siema.js",
  "repository": "https://github.com/bahrus/xtal-siema",
  "author": "bahrus <anderson.bruce.b@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@types/siema": "^1.4.4",
    "siema": "1.5.1",
    "xtal-element": "0.0.231"
  },
  "devDependencies": {
    "es-dev-server": "1.56.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "serve": "node node_modules/xtal-test/serve.js",
    "start": "es-dev-server --app-index demo/dev.html --node-resolve --watch --open"
  }
}
