-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 945 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
35
36
37
38
39
{
"name": "react-native-osc",
"title": "Open Sound Control for React Native",
"version": "0.0.3",
"description": "Open Sound Control for React Native (iOS & Android).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luiscript/react-native-osc.git",
"baseUrl": "https://github.com/luiscript/react-native-osc"
},
"keywords": [
"react-native",
"react-native-osc",
"open",
"sound",
"control",
"osc",
"message"
],
"author": {
"name": "Luis Fernando García Pérez",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}