{
  "name": "doom",
  "description": "Functional DOM processing abstractions through generic functions.",
  "version": "0.4.6",
  "keywords": [
    "DOM",
    "browser",
    "events"
  ],
  "author": {
    "name": "Quildreen Motta",
    "email": "quildreen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/killdream/doom/issues"
  },
  "licences": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/killdream/doom/master/LICENCE.txt"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/killdream/doom.git"
  },
  "directories": {
    "lib": "./lib"
  },
  "files": [
    "src",
    "lib",
    "test",
    "package.json",
    "README.md",
    "LICENCE.txt",
    "Slakefile"
  ],
  "main": "./lib/index.js",
  "optionalDependencies": {},
  "scripts": {
    "prepublish": "./node_modules/.bin/lsc -o lib -c src/*.ls"
  },
  "calliope": {
    "output": "docs/api",
    "copyright": "© 2013 Quildreen \"Sorella\" Motta",
    "packages": [
      {
        "files": [
          "src/*.ls"
        ]
      }
    ]
  },
  "devDependencies": {
    "LiveScript": "~1.1.1"
  }
}
