{
  "name": "react-native-recorder-all",
  "version": "1.0.1",
  "description": "A simple audio recorder for React Native. On Android, it just supports with WAV format.",
  "main": "index.js",
  "scripts": {
    "test": "test"
  },
  "files": [
    "ios/AudioRecorderManager.m",
    "ios/AudioRecorderManager.h",
    "ios/AudioPlayerManager.m",
    "ios/AudioPlayerManager.h",
    "ios/RNAudio.xcodeproj",
    "README.md",
    "LICENSE",
    "index.js",
    "android/*"
  ],
  "keywords": [
    "react",
    "react-native",
    "audio",
    "recorder"
  ],
  "author": "Tran Ngoc Chan Thien <tncthien@gmail.com>",
  "license": "Apache-2.0",
  "nativePackage": true
}
