{
  "name": "grunt-font-sampler",
  "description": "Generates a html font sampler from a Zapf Table produced with ftxanalyzer.",
  "version": "1.3.6",
  "homepage": "https://github.com/pedrocorreia/font-sampler",
  "author": {
    "name": "Pedro Correia",
    "email": "pedro.a.correia@co.sapo.pt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/pedrocorreia/font-sampler.git"
  },
  "bugs": {
    "url": "https://github.com/pedrocorreia/font-sampler/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/pedrocorreia/font-sampler/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-nodeunit": "~0.2.0"
  },
  "peerDependencies": {
    "grunt": "~0.4.2"
  },
  "keywords": [
    "fonts,zapf table,sampler,icons"
  ],
  "dependencies": {
    "chalk": "^0.4.0",
    "xml2js": "^0.4.4"
  }
}
