forked from Tavernari/react-native-volume-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 816 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-controller",
"version": "1.2.1",
"description": "Volume controller for iOS and Android",
"main": "index.js",
"scripts": {
"test": "echo \"Sorry but have not tests\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tavernari/react-native-volume-controller.git"
},
"keywords": [
"volume",
"control",
"sound"
],
"author": "Victor Carvalho Tavernari",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tavernari/react-native-volume-controller/issues"
},
"homepage": "https://github.com/Tavernari/react-native-volume-controller#readme",
"peerDependencies": {
"react-native": ">=0.31.0"
},
"devDependencies": {
"react-native": ">=0.31.0"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}