{
  "name": "goertzeljs",
  "version": "4.2.3",
  "description": "A pure JavaScript implementation of the Goertzel algorithm.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha",
    "demo": "./node_modules/gulp/bin/gulp.js"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/Ravenstine/goertzeljs.git"
  },
  "keywords": [
    "goertzel",
    "fourier",
    "dtmf",
    "audio",
    "dft",
    "telephony"
  ],
  "author": "Ben Titcomb (@Ravenstine)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Ravenstine/goertzeljs/issues"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.18.0",
    "babelify": "^10.0.0",
    "benchmark": "^2.1.0",
    "browser-sync": "^2.26.7",
    "browserify": "^13.3.0",
    "chai": "^4.1.2",
    "gulp": "^3.9.1",
    "gulp-util": "^1.0.0",
    "mocha": "^5.0.5",
    "vinyl-source-stream": "^1.1.0",
    "wav": "^1.0.2"
  }
}
