cordova-plugin-app-update-versionless
Version:
39 lines (38 loc) • 940 B
JSON
{
"name": "cordova-plugin-app-update-versionless",
"version": "1.6.1",
"description": "Cordova App Update",
"cordova": {
"id": "cordova-plugin-app-update-versionless",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nefza/cordova-plugin-app-update.git"
},
"keywords": [
"cordova",
"app",
"auto",
"update",
"updater",
"dynamic",
"ecosystem:cordova",
"cordova-android"
],
"author": "nefza",
"license": "MIT",
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
},
"bugs": {
"url": "https://github.com/nefza/cordova-plugin-app-update/issues"
},
"homepage": "https://github.com/nefza/cordova-plugin-app-update#readme",
"devDependencies": {
"jshint": "^2.6.0"
}
}