{
  "name": "lite-frames",
  "version": "1.1.1",
  "description": "This is a library of light weight frames UI (device, screens) made into web-components. you are allowed to embed whatever inside the frames",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/lite-frames/lite-frames.js",
  "homepage": "https://github.com/marvinified/lite-frames#README.md",
  "url": "https://github.com/marvinified/lite-frames",
  "email": "marvinified@gmail.com",
  "keywords": [
    "frames",
    "device frames",
    "lite frames",
    "lite-frames",
    "web components",
    "components",
    "stencil"
  ],
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil/core": "^1.8.7"
  },
  "license": "MIT"
}
