cordova-plugin-dbcopy/package.json
Rahul Pandey 244934eb23 Fix #57
2018-11-15 19:55:55 +05:30

36 lines
882 B
JSON

{
"name": "cordova-plugin-dbcopy",
"version": "2.1.2",
"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"
}