forked from EinfachHans/cordova-plugin-dfu-update
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
46
47
48
{
"version": "1.4.1",
"name": "cordova-plugin-dfu-update",
"description": "Use Nordic Semiconductor's Device Firmware Update (DFU) service to update a Bluetooth LE device",
"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",
"doctoc": "2.0.1"
},
"scripts": {
"doctoc": "doctoc README.md --github --title '**Table of Content**' --maxlevel 2"
},
"cordova": {
"id": "cordova-plugin-dfu-update",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EinfachHans/cordova-plugin-dfu-update.git"
},
"keywords": [
"cordova",
"update",
"dfu",
"nordic",
"device",
"firmware",
"upgrade",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Hans Krywalsky",
"license": "MIT",
"main": "./src/ionic/index.js",
"types": "./src/ionic/index.d.ts",
"bugs": {
"url": "https://github.com/EinfachHans/cordova-plugin-dfu-update/issues"
},
"homepage": "https://github.com/EinfachHans/cordova-plugin-dfu-update.git"
}