Files
Phonegap-Cookies-Plugin/package.json

30 lines
668 B
JSON
Raw Normal View History

2013-12-02 16:01:38 +01:00
{
2016-10-07 09:53:18 +02:00
"version": "0.0.2",
2016-10-07 09:56:35 +02:00
"name": "cordova-remove-cookies",
2016-10-07 09:53:18 +02:00
"cordova_name": "Cookies",
"description": "Cordova Cookies Plugin",
"license": "Apache 2.0",
"keywords": [
"cordova",
"phonegap",
"cookies"
],
"engines": [],
"cordova": {
2023-02-10 09:15:20 +08:00
"id": "cordova-remove-cookies",
2016-10-07 09:53:18 +02:00
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/bez4pieci/Phonegap-Cookies-Plugin.git"
},
"author": "Ernests Karlsons",
"bugs": {
"url": "https://github.com/bez4pieci/Phonegap-Cookies-Plugin/issues"
},
"homepage": "https://github.com/bez4pieci/Phonegap-Cookies-Plugin#readme"
}