{
  "name": "bscript-patch",
  "version": "0.1.0",
  "description": "Reconciles state trees using blessed elements",
  "main": "src/index.js",
  "scripts": {
    "test": "standard *.js && tape spec/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattstyles/bscript.git"
  },
  "keywords": [
    "blessed",
    "reconcile",
    "reconciler",
    "patch",
    "apply",
    "bscript"
  ],
  "author": "Matt Styles <matt@veryfizzyjelly.com> (http://github.com/mattstyles)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mattstyles/bscript/issues"
  },
  "homepage": "https://github.com/mattstyles/bscript#readme",
  "devDependencies": {
    "standard": "^7.1.2",
    "tape": "^4.6.0"
  },
  "peerDependencies": {
    "blessed": "0.1.81"
  },
  "dependencies": {
    "exists": "^1.0.0"
  }
}
