forked from jonathanwkelly/cordova-plugin-midi-sender
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.14 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
{
"version": "0.1.2",
"name": "cordova-plugin-midi-sender",
"cordova_name": "MIDISender",
"description": "MIDI Communication Plugin",
"repo": "https://github.com/josiaho/cordova-plugin-midi-sender.git",
"issue": "https://github.com/josiaho/cordova-plugin-midi-sender/issues",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"cordova": {
"id": "cordova-plugin-midi-sender",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/josiaho/cordova-plugin-midi-sender.git"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-ios",
"MIDI",
"Program",
"Change",
"CoreAudio"
],
"platforms": [
"ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.1.0"
}
],
"author": "Josiah Oslund",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/josiaho/cordova-plugin-midi-sender/issues"
},
"homepage": "https://github.com/josiaho/cordova-plugin-midi-sender"
}