{
  "name": "howler.js",
  "description": "Javascript audio library for the modern web.",
  "homepage": "https://howlerjs.com",
  "keywords": [
    "howler",
    "howler.js",
    "audio",
    "sound",
    "web audio",
    "webaudio",
    "html5",
    "html5 audio",
    "audio sprite",
    "audiosprite"
  ],
  "authors": [
    "James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/goldfire/howler.js.git"
  },
  "main": "dist/howler.js",
  "license": "MIT",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "ignore": [
    "tests",
    "examples"
  ]
}
