{
  "name": "livekit",
  "description": "LiveKit - Simple Live Web Component Toolkit.  A very simple live framework for reactive custom HTML components without any packaging required.",
  "version": "0.0.1",
  "main": "dist/index.js",
  "scripts": {
    "clean": "shx rm -rf dist && shx mkdir -p dist",
    "build": "shx mkdir -p dist && shx cp README.md dist && shx cp src/index.js dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/appurist/livekit.git"
  },
  "keywords": [
    "simple",
    "live",
    "reactive",
    "framework",
    "javascript"
  ],
  "author": "Paul Whittemore <dev@appurist.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/appurist/livekit/issues"
  },
  "homepage": "https://github.com/appurist/livekit",
  "devDependencies": {
    "shx": "^0.3.2"
  },
  "dependencies": {
    "mkdirp": "^1.0.4"
  }
}
