forked from trietho/react-native-a-beep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 790 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "react-native-beep-sounds",
"version": "0.0.7",
"description": "A very lite module to play system sounds and beep for react-native apps (no sound files)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"system sounds"
],
"author": "Triet Ho",
"license": "SEE LICENSE IN <filename>",
"peerDependencies": {
"react-native": "0.63.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SohaibKtb/react-native-beep-sounds.git"
},
"bugs": {
"url": "https://github.com/SohaibKtb/react-native-beep-sounds/issues"
},
"homepage": "https://github.com/SohaibKtb/react-native-beep-sounds#readme",
"dependencies": {},
"devDependencies": {}
}