cordova-plugin-dbcopy/package.json

39 lines
895 B
JSON

{
"name": "cordova-plugin-dbcopy",
"version": "1.1",
"description": "Cordova/Phonegap plugin to copy SQLite Database from www directory to app database directory",
"cordova": {
"id": "cordova-plugin-dbcopy",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/an-rahulpandey/cordova-plugin-dbcopy.git"
},
"keywords": [
"sqlite db copy",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"db copy",
"cordova sqlite",
"database copy",
"sqlite database copy"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Rahul Pandey",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/an-rahulpandey/cordova-plugin-dbcopy/issues"
},
"homepage": "https://github.com/an-rahulpandey/cordova-plugin-dbcopy"
}