forked from hirtenfelder/cordova-plugin-iospreferences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 763 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": "cordova-plugin-iospreferences",
"version": "1.0.0",
"description": "Cordova plugin to read and store iOS application preferences",
"cordova": {
"id": "cordova-plugin-iospreferences",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/hirtenfelder/cordova-plugin-iospreferences.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Raphael Hirtenfelder",
"license": "MIT",
"bugs": {
"url": "https://github.com/hirtenfelder/cordova-plugin-iospreferences/issues"
},
"homepage": "https://github.com/hirtenfelder/cordova-plugin-iospreferences#readme"
}