{
  "name": "causality",
  "description": "A library for reactive programming based on Javascript proxies.",
  "main": "causality.js",
  "authors": [
    "Robert Renbris"
  ],
  "license": "ISC",
  "keywords": [
    "Javascript",
    "Proxy",
    "Reactive"
  ],
  "homepage": "https://github.com/erobwen/causality",
  "repository": {
    "type": "git",
    "url": "git://github.com/erobwen/causality.git"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
