{
  "name": "event-layer",
  "version": "0.2.32",
  "description": "A very simple abstraction layer for analytics code. Write your events once, then send them where ever you want.",
  "main": "event-layer.js",
  "types": "index.d.ts",  
  "scripts": {
    "static": "serve -p 1234",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kidGodzilla/event-layer.git"
  },
  "keywords": [
    "Analytics.js",
    "event",
    "federation",
    "layer",
    "analytics",
    "abstraction",
    "segment",
    "simple"
  ],
  "author": "James Futhey <futhey@gmail.com> (https://jamesfuthey.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kidGodzilla/event-layer/issues"
  },
  "homepage": "https://github.com/kidGodzilla/event-layer#readme"
}
