-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
39 lines (39 loc) · 1.06 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-native-notification-sounds",
"version": "0.5.8",
"description": "Native notification sounds list. returns the id, title and url of the sounds",
"main": "index.js",
"type": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"native-sounds",
"notifications-sounds"
],
"repository": {
"type": "git",
"url": "git+https://github.com/saadqbal/react-native-notification-sounds.git",
"baseUrl": "https://github.com/saadqbal/react-native-notification-sounds"
},
"bugs": {
"url": "https://github.com/saadqbal/react-native-notification-sounds/issues"
},
"homepage": "https://github.com/saadqbal/react-native-notification-sounds#readme",
"author": {
"name": "Asad Iqbal",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "^18.2.0",
"react-native": "0.72.3"
}
}