forked from josiaho/cordova-plugin-midi-sender
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.43 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"version": "0.1.8",
"name": "cordova-plugin-midi-sender-android",
"cordova_name": "MIDISender",
"description": "MIDI Communication Plugin",
"repo": "https://github.com/manuelnelson/cordova-plugin-midi-sender.git",
"issue": "https://github.com/manuelnelson/cordova-plugin-midi-sender/issues",
"types": "./types/index.d.ts",
"main": "www/midisender.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"cordova": {
"id": "cordova-plugin-midi-sender",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/manuelnelson/cordova-plugin-midi-sender.git"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"MIDI",
"Program",
"Change",
"CoreAudio"
],
"platforms": [
"ios",
"android"
],
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova-android": ">=6.3.0"
},
"5.0.0": {
"cordova": ">100"
}
}
},
"author": "Emmanuel Nelson",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/manuelnelson/cordova-plugin-midi-sender/issues"
},
"homepage": "https://github.com/manuelnelson/cordova-plugin-midi-sender/"
}