{
  "name": "office-clippy",
  "version": "0.0.9",
  "description": "A tool to create office documents with JS",
  "homepage": "https://www.github.com/dolanmiu",
  "author": {
    "name": "Dolan Miu",
    "email": "dolan_miu@hotmail.com",
    "url": "http://www.dolan.bio"
  },
  "repository": "dolanmiu/office-clippy",
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "keywords": [
    "office-clippy",
    "office",
    "gen",
    "generator",
    "docx",
    "pptx",
    "clippy",
    "document"
  ],
  "dependencies": {
    "archiver": "^0.20.0",
    "xml": "^1.0.0"
  },
  "devDependencies": {
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-cli": "^1.12.0",
    "jshint-stylish": "^1.0.1",
    "load-grunt-tasks": "^3.1.0",
    "time-grunt": "^1.1.0",
    "xmldom": "^0.1.19"
  },
  "scripts": {
    "test": "grunt"
  }
}
