forked from robertesler/cordova-pd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 889 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
{
"name": "org.urbanstew.cordova.pd",
"version": "0.0.8",
"description": "\n This plugin allows cordova users to use Pure Data patches in their apps\n for music and audio processing through the libpd package.\n ",
"cordova": {
"id": "org.urbanstew.cordova.pd",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertesler/cordova-pd.git"
},
"keywords": [
"Pure Data",
"music",
"digital audio processing",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Robert Esler",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/robertesler/cordova-pd/issues"
},
"homepage": "https://github.com/robertesler/cordova-pd#readme"
}