react-native-dtmf
Version:
React Native library capable of generating DTMF tones
26 lines (25 loc) • 533 B
JSON
{
"name": "react-native-dtmf",
"version": "1.0.2",
"description": "React Native library capable of generating DTMF tones",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/lucbelliveau/react-native-dtmf"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"dtmf",
"phone",
"voip",
"sound"
],
"author": "Luc Belliveau",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2"
}
}