{
  "name": "uploadable-react-audio-recorder",
  "version": "2.0.6",
  "description": "Audio Recorder",
  "main": "dist/AudioRecorder.min.js",
  "module": "dist/AudioRecorder.js",
  "jsnext:main": "dist/AudioRecorder.js",
  "license": "MIT",
  "author": "Dan Rouse",
  "homepage": "https://github.com/danrouse/react-audio-recorder",
  "repository": {
    "type": "git",
    "url": "https://github.com/danrouse/react-audio-recorder.git"
  },
  "bugs": {
    "url": "https://github.com/danrouse/react-audio-recorder/issues"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "bundle": "webpack -p",
    "test": "tslint",
    "prepublish": "npm run build && npm run bundle"
  },
  "keywords": [
    "react",
    "react-component"
  ],
  "devDependencies": {
    "@types/react": "^15.0.21",
    "jest": "^19.0.2",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "ts-jest": "^19.0.6",
    "typescript": "^2.2.2",
    "webpack": "^2.3.3"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/test/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "testResultsProcessor": "<rootDir>/node_modules/ts-jest/coverageprocessor.js"
  },
  "dependencies": {
    "react-bootstrap": "^0.31.3",
    "react-fontawesome": "^1.6.1"
  }
}
