-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 773 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "react-native-superpowered",
"version": "1.0.7",
"description": "Implementation of the Superpowered audio engine SDK For React Native",
"main": "index.js",
"keywords": [
"react-native"
],
"scripts": {
"postinstall": "git clone https://github.com/superpoweredSDK/Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform Superpowered && cd Superpowered && git checkout b37387fce81a5d1b4cda8b505d86ff74c52aa98e && git filter-branch --prune-empty --subdirectory-filter Superpowered HEAD"
},
"author": {
"name": "x86kernel",
"email": "x86kernel@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/x86kernel/react-native-superpowered"
},
"license": "",
"peerDependencies": {}
}