{
  "name": "coffee-reactive",
  "version": "0.0.1",
  "description": "A simplistic reactive library for creating UI in coffee script",
  "main": "index.js",
  "scripts": {
    "test": "mocha --require coffee-script/register --compilers coffee:coffee-script test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tibabit/reactive.git"
  },
  "keywords": [
    "reactive",
    "data",
    "binding",
    "observable",
    "UI",
    "Web",
    "coffescript"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tibabit/reactive/issues"
  },
  "homepage": "https://github.com/tibabit/reactive#readme",
  "dependencies": {
    "coffee-script": "^1.11.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.1.2"
  }
}
