2015-11-19 18:06:26 +08:00
|
|
|
{
|
2016-07-21 01:58:05 +08:00
|
|
|
"name": "cordova-plugin-printer",
|
|
|
|
"version": "0.7.2dev",
|
|
|
|
"description": "Prints HTML documents",
|
2015-11-19 18:06:26 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-07-21 01:58:05 +08:00
|
|
|
"url": "git+https://github.com/katzer/cordova-plugin-printer.git"
|
2015-11-19 18:06:26 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
2016-07-21 01:58:05 +08:00
|
|
|
"appplant",
|
2015-11-19 18:06:26 +08:00
|
|
|
"printer",
|
2016-07-21 01:58:05 +08:00
|
|
|
"cordova",
|
|
|
|
"ecosystem:cordova"
|
|
|
|
],
|
|
|
|
"platforms": [
|
2015-11-19 18:06:26 +08:00
|
|
|
"ios",
|
2016-08-04 03:55:28 +08:00
|
|
|
"android",
|
|
|
|
"windows"
|
2015-11-19 18:06:26 +08:00
|
|
|
],
|
|
|
|
"engines": [
|
|
|
|
{
|
|
|
|
"name": "cordova",
|
2016-07-21 01:58:05 +08:00
|
|
|
"version": ">=6.0.0"
|
2016-08-04 03:55:28 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "android-sdk",
|
|
|
|
"version": ">=19"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "apple-ios",
|
|
|
|
"version": ">=8.0"
|
2015-11-19 18:06:26 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"author": "Sebastián Katzer",
|
2016-07-21 01:58:05 +08:00
|
|
|
"license": "Apache-2.0",
|
2015-11-19 18:06:26 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/katzer/cordova-plugin-printer/issues"
|
|
|
|
},
|
2016-07-21 01:58:05 +08:00
|
|
|
"homepage": "https://github.com/katzer/cordova-plugin-printer#readme"
|
2015-11-19 18:06:26 +08:00
|
|
|
}
|