forked from Tavernari/react-native-volume-controller
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
33 lines (33 loc) · 801 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
29
30
31
32
33
{
"name": "react-native-volume-control",
"version": "0.1.0",
"description": "Control device volume for iOS and Android",
"main": "index.js",
"scripts": {
"test": "echo \"No tests\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtmalone/react-native-volume-control.git"
},
"keywords": [
"volume",
"control",
"sound"
],
"author": "Tyler Malone <rtylermalone@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rtmalone/react-native-volume-control/issues"
},
"homepage": "https://github.com/rtmalone/react-native-volume-control#readme",
"peerDependencies": {
"react-native": ">=0.31.0"
},
"devDependencies": {
"react-native": ">=0.31.0"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}