Added package.json for npm migration.

This commit is contained in:
PKnittel 2015-11-19 11:06:26 +01:00
parent 517dc364e8
commit 4723b6b297

40
package.json Normal file
View File

@ -0,0 +1,40 @@
{
"name": "de.appplant.cordova.plugin.printer",
"version": "0.7.1-dev",
"description": "Cordova plugin to print HTML documents using AirPrint and Android Printing Framework.",
"cordova": {
"id": "de.appplant.cordova.plugin.printer",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/katzer/cordova-plugin-printer.git"
},
"keywords": [
"appplant",
"print",
"printer",
"ios",
"android",
"google cloud",
"air print",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Sebastián Katzer",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/katzer/cordova-plugin-printer/issues"
},
"homepage": "https://github.com/katzer/cordova-plugin-printer"
}