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
|
{
"name": "cordova-plugin-console",
"version": "1.0.1",
"description": "Cordova Console Plugin",
"cordova": {
"id": "cordova-plugin-console",
"platforms": [
"ios",
"ubuntu",
"wp7",
"wp8",
"windows8",
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-console"
},
"keywords": [
"cordova",
"console",
"ecosystem:cordova",
"cordova-ios",
"cordova-ubuntu",
"cordova-wp7",
"cordova-wp8",
"cordova-windows8",
"cordova-windows"
],
"author": "Apache Software Foundation",
"license": "Apache 2.0"
}
|