cordova-plugin-printer/package.json

41 lines
802 B
JSON
Raw Normal View History

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