forked from EinfachHans/cordova-plugin-contacts-x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 KB
/
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
{
"name": "cordova-plugin-contacts-x",
"version": "2.1.2",
"description": "Cordova Plugins for managing contacts",
"cordova": {
"id": "cordova-plugin-contacts-x",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EinfachHans/cordova-plugin-contacts-x.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"contacts",
"contacts-x",
"contactsx"
],
"author": "EinfachHans",
"license": "MIT",
"main": "./src/typescript/index.js",
"types": "./src/typescript/index.d.ts",
"bugs": {
"url": "https://github.com/EinfachHans/cordova-plugin-contacts-x/issues"
},
"scripts": {
"doctoc": "doctoc readme.md --github --title '**Table of Content**' --maxlevel 2"
},
"homepage": "https://github.com/EinfachHans/cordova-plugin-contacts-x#readme",
"devDependencies": {
"@commitlint/config-conventional": "13.2.0",
"@saithodev/semantic-release-backmerge": "1.5.3",
"@semantic-release/changelog": "6.0.0",
"@semantic-release/exec": "6.0.1",
"@semantic-release/git": "10.0.0",
"@semantic-release/npm": "8.0.0",
"semantic-release": "19.0.2",
"doctoc": "2.0.1"
}
}