-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 848 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
{
"name": "nl-afas-cordova-plugin-contactcreator",
"version": "0.1.1",
"description": "A plugin that lets you insert a new contact into your phone's address book",
"cordova": {
"id": "nl-afas-cordova-plugin-contactcreator",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/dickverweij/nl-afas-cordova-plugin-contactcreator.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"address",
"contact"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Steffan Mitrovic",
"license": "MIT",
"bugs": {
"url": "https://github.com/dickverweij/nl-afas-cordova-plugin-contactcreator/issues"
},
"homepage": "https://github.com/dickverweij/nl-afas-cordova-plugin-contactcreator#readme"
}