crishellco/beam

View on GitHub
docs/package.json

Summary

Maintainability
Test Coverage
{
  "name": "beam-docs",
  "version": "0.0.1",
  "description": "A tiny, dead simple JavaScript event bus.",
  "main": "index.js",
  "author": "Chris Mitchell (@crishellco)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crishellco/beam.git"
  },
  "scripts": {
    "dev": "vuepress dev src",
    "build": "vuepress build src -d dist"
  },
  "license": "MIT",
  "devDependencies": {
    "vuepress": "1.9.10"
  },
  "dependencies": {
    "vuepress-plugin-dehydrate": "^1.1.5"
  }
}