-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 894 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
34
{
"name": "@react-native-community/audio-toolkit",
"version": "2.0.3",
"description": "Cross-platform audio library for React Native",
"main": "index.js",
"types": "typings/index.d.ts",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"homepage": "https://github.com/react-native-community/react-native-audio-toolkit#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-audio-toolkit.git"
},
"bugs": {
"url": "https://github.com/react-native-community/react-native-audio-toolkit/issues"
},
"dependencies": {
"async": "^2.6.3",
"eventemitter3": "^1.2.0",
"lodash": "^4.17.19"
},
"keywords": [
"react-native",
"react native",
"audio",
"audio toolkit",
"audio-toolkit"
]
}