{
  "name": "woff2-parser",
  "version": "1.0.0",
  "description": "WOFF2 font parser",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andyjansson/woff2-parser.git"
  },
  "keywords": [
    "woff2",
    "woff",
    "font",
    "parser"
  ],
  "author": "Andy Jansson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andyjansson/woff2-parser/issues"
  },
  "homepage": "https://github.com/andyjansson/woff2-parser#readme",
  "dependencies": {
    "brotli": "^1.1.0",
    "es6-promise": "^3.0.2",
    "iconv-lite": "^0.4.11"
  },
  "devDependencies": {
    "mocha": "^2.2.5"
  }
}
