{
  "name": "yo-yo",
  "version": "1.4.1",
  "description": "A tiny library for building modular UI components using DOM diffing and ES6 tagged template literals",
  "main": "index.js",
  "scripts": {
    "test": "wzrd test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxogden/yo-yo.git"
  },
  "keywords": [],
  "author": "Max Ogden",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/maxogden/yo-yo/issues"
  },
  "homepage": "https://github.com/maxogden/yo-yo#readme",
  "dependencies": {
    "bel": "^4.0.0",
    "morphdom": "^2.1.0"
  },
  "devDependencies": {
    "browserify": "^13.0.1",
    "tape": "^4.5.1",
    "wzrd": "^1.3.1"
  }
}
