-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 886 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
40
41
42
43
44
45
46
{
"name": "cordova-plugin-cors",
"version": "1.3.0",
"author": {
"email": "[email protected]",
"name": "Raphaël Calabro"
},
"contributors": [
{
"email": "[email protected]",
"name": "Rory Ye"
}
],
"description": "Allow CORS requests on iOS with WKWebView.",
"keywords": [
"cordova",
"cors",
"ecosystem:cordova",
"cordova-ios"
],
"cordova": {
"id": "cordova-plugin-cors",
"platforms": [
"ios"
]
},
"license": "LGPLv3",
"directories": {},
"maintainers": [
{
"email": "[email protected]",
"name": "Raphaël Calabro"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Raphcal/cordova-plugin-cors"
},
"scripts": {
"prepare": "tsc"
},
"devDependencies": {
"typescript": "^2.6.2"
},
"readme": "ERROR: No README data found!"
}