forked from softius/php-cross-domain-proxy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 867 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
{
"name": "guide4you-proxy",
"version": "1.1.0",
"description": "An AJAX proxy for Guide4You.",
"keywords": [
"proxy",
"AJAX",
"CORS",
"map",
"map client",
"openlayers"
],
"author": "Klaus Benndorf",
"homepage": "https://github.com/KlausBenndorf/guide4you-proxy",
"license": "GPL-3.0+",
"contributors": [
"Sascha Klemenjak <[email protected]>",
"Josef Schugt <[email protected]>",
"Simon Seyock <[email protected]>",
"Iacovos Constantinou (softius on gitHub)",
"Laurent Cozic <[email protected]>",
"Tai Lee <[email protected]>",
"Andre Parmeggiani (aaparmeggiani on gitHub)",
"Eric Skogen (audionerd on gitHub)",
"István Szénási <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/KlausBenndorf/guide4you-proxy.git"
}
}