{
  "name": "panner-utils",
  "version": "0.1.1",
  "description": "Utility functions to calculate vector values for the Web Audio PannerNode",
  "main": "index.js",
  "scripts": {
    "test": "jasmine"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jakubfiala/panner-utils.git"
  },
  "keywords": [
    "web",
    "audio",
    "pannernode",
    "javascript"
  ],
  "author": "Jakub Fiala",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jakubfiala/panner-utils/issues"
  },
  "homepage": "https://github.com/jakubfiala/panner-utils#readme",
  "devDependencies": {
    "jasmine": "^3.2.0"
  }
}
