{
  "name": "wasm-pitch",
  "version": "0.1.8",
  "description": "Monophonic pitch detection API for Javascript using WASM",
  "main": "/releases/wasm-pitch.js",
  "scripts": {
    "test": "karma start",
    "build": "",
    "start": "http-server",
    "watch": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lamchiminhmark/wasm-pitch.git"
  },
  "keywords": [
    "pitch",
    "detection"
  ],
  "author": "Minh Lam <lamchiminhmark@gmail.com>",
  "license": "MIT",
  "types": "types/index.d.ts",
  "bugs": {
    "url": "https://github.com/lamchiminhmark/wasm-pitch/issues"
  },
  "homepage": "https://github.com/lamchiminhmark/wasm-pit#readme",
  "dependencies": {
    "babel-core": "^6.26.3"
  },
  "devDependencies": {
    "express": "^4.16.4",
    "file-loader": "^3.0.1",
    "fs": "0.0.1-security",
    "http-server": "^0.11.1",
    "jasmine": "^3.4.0",
    "webpack": "^4.29.3",
    "webpack-cli": "^3.2.3",
    "babel-loader": "^5.0.0",
    "jasmine-core": "^2.2.0",
    "karma": "^0.13.2",
    "karma-jasmine": "^0.3.5",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-webpack": "^1.6.0"
  }
}
