Regenerate package.json with plugman
This commit is contained in:
parent
44ef693d6d
commit
99f50db26e
22
package.json
22
package.json
@ -2,6 +2,14 @@
|
|||||||
"name": "cordova-plugin-printer",
|
"name": "cordova-plugin-printer",
|
||||||
"version": "0.7.3",
|
"version": "0.7.3",
|
||||||
"description": "Prints HTML documents",
|
"description": "Prints HTML documents",
|
||||||
|
"cordova": {
|
||||||
|
"id": "cordova-plugin-printer",
|
||||||
|
"platforms": [
|
||||||
|
"ios",
|
||||||
|
"android",
|
||||||
|
"windows"
|
||||||
|
]
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/katzer/cordova-plugin-printer.git"
|
"url": "git+https://github.com/katzer/cordova-plugin-printer.git"
|
||||||
@ -10,17 +18,15 @@
|
|||||||
"appplant",
|
"appplant",
|
||||||
"printer",
|
"printer",
|
||||||
"cordova",
|
"cordova",
|
||||||
"ecosystem:cordova"
|
"ecosystem:cordova",
|
||||||
],
|
"cordova-ios",
|
||||||
"platforms": [
|
"cordova-android",
|
||||||
"ios",
|
"cordova-windows"
|
||||||
"android",
|
|
||||||
"windows"
|
|
||||||
],
|
],
|
||||||
"engines": [
|
"engines": [
|
||||||
{
|
{
|
||||||
"name": "cordova",
|
"name": "cordova",
|
||||||
"version": ">=6.0.0"
|
"version": ">=3.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "android-sdk",
|
"name": "android-sdk",
|
||||||
@ -32,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"author": "Sebastián Katzer",
|
"author": "Sebastián Katzer",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache 2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/katzer/cordova-plugin-printer/issues"
|
"url": "https://github.com/katzer/cordova-plugin-printer/issues"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user