{
  "name": "odt",
  "version": "1.1.0",
  "description": "A node tool to work with OpenDocument text files.",
  "main": "index.js",
  "bin": {
    "node-odt": "bin/node-odt"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/domachine/node-odt.git"
  },
  "keywords": [
    "node",
    "odt",
    "odf"
  ],
  "author": "Dominik Burgdörfer <dominik.burgdoerfer@mikanda.de>",
  "license": "BSD",
  "dependencies": {
    "unzip": "~0.1.7",
    "pipette": "~0.9.3",
    "async": "~0.2.9",
    "adm-zip": "~0.4.3",
    "archiver": "~0.4.3",
    "colors": "~0.6.0-1",
    "merge": "~1.1.1",
    "xmldom": "~0.1.16"
  },
  "devDependencies": {
    "should": "~1.2.2",
    "mocha": "~1.10.0"
  },
  "readmeFilename": "README.md",
  "directories": {
    "example": "examples",
    "test": "test"
  }
}
