-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "@appcominteractive/cordova-plugin-hot-reload",
"version": "0.2.4",
"author": "René Heinen <[email protected]> (http://appcom-interactive.de)",
"license": "MIT",
"description": "Cordova Hot-Reload Plugin",
"scripts": {
"publish": "npm publish",
"version": "sh update_version.sh"
},
"dependencies": {
"address": "^1.1.0",
"default-gateway": "^5.0.2",
"xml2js": "^0.4.23"
},
"cordova": {
"id": "@appcominteractive/cordova-plugin-hot-reload",
"platforms": [
"android",
"ios",
"browser"
]
},
"keywords": [
"cordova",
"hot-reload",
"live-reload",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser"
],
"repository": {
"type": "git",
"url": "git+https://github.com/appcom-interactive/cordova-plugin-hot-reload.git"
},
"bugs": {
"url": "https://github.com/appcom-interactive/cordova-plugin-hot-reload/issues"
},
"homepage": "https://github.com/appcom-interactive/cordova-plugin-hot-reload#readme"
}