-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 964 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
{
"name": "cordova-plugin-crowdconnected-colocator-ios-integration",
"version": "1.0.0",
"description": "An iOS Cordova plugin that handles all the specific settings of iOS for the Crowd Connected Colocator.",
"cordova": {
"id": "cordova-plugin-crowdconnected-colocator-ios-integration",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pathable/cordova-plugin-crowdconnected-colocator-ios-integration.git"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-ios",
"crowdconnected",
"colocator",
"ios"
],
"author": "Dyarlen Iber <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pathable/cordova-plugin-crowdconnected-colocator-ios-integration/issues"
},
"homepage": "https://github.com/pathable/cordova-plugin-crowdconnected-colocator-ios-integration"
}