{
  "name": "ambisonics",
  "version": "0.4.0",
  "description": "web audio classes for Ambisonic processing",
  "author": "Archontis Politis <archontis.politis@aalto.com>",
  "contributors": [
    {
      "name": "David Poirier-Quinot",
      "email": "David.Poirier-Quinot@ircam.fr"
    }
  ],
  "main": "./dist/index.js",
  "standalone": "ambisonics",
  "scripts": {
    "bundle": "node ./bin/runner --bundle",
    "transpile": "node ./bin/runner --transpile",
    "prewatch": "node ./bin/runner --transpile",
    "watch": "node ./bin/runner --watch"
  },
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/polarch/JSAmbisonics.git"
  },
  "keywords": [
    "audio",
    "spatial",
    "binaural",
    "ambisonics"
  ],
  "jshintConfig": {
    "esnext": true,
    "browser": true,
    "node": true,
    "devel": true
  },
  "dependencies": {
    "babel-runtime": "^6.6.1",
    "get-float-time-domain-data": "^0.1.0",
    "numeric": "^1.2.6",
    "serve-sofa-hrir": "Ircam-RnD/serveSofaHrir",
    "spherical-harmonic-transform": "^0.1.0",
    "convex-hull": "^1.0.3"
  },
  "devDependencies": {
    "babel-core": "^6.6.5",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.6.5",
    "babel-plugin-transform-runtime": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "benchmark": "^1.0.0",
    "browserify": "^13.0.0",
    "colors": "^1.1.2",
    "fs-extra": "^0.26.5",
    "ora": "^0.2.0",
    "uglify-js": "^2.6.2",
    "watch": "^0.17.1"
  },
  "files": [
    "LICENSE",
    "Readme.md",
    "ambisonics.umd.js",
    "ambisonics.min.js",
    "src/",
    "bin/",
    "dist/"
  ]
}
