{
  "name": "react-native-mic-level",
  "version": "1.1.1",
  "description": "Measure MIC input level. Fork of https://github.com/punarinta/react-native-sound-level",
  "main": "index.js",
  "author": "Yasith Jayawardana",
  "files": [
    "README.md",
    "LICENSE",
    "index.js",
    "android/*",
    "ios/RNSoundLevelModule.m",
    "ios/RNSoundLevelModule.h",
    "ios/RNSoundLevel.xcodeproj",
    "desktop/*"
  ],
  "keywords": [
    "react-native",
    "microphone",
    "input",
    "level",
    "measure"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:yasithmilinda/react-native-sound-level.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yasithmilinda/react-native-sound-level/issues"
  },
  "nativePackage": true
}
