mirror of
https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git
synced 2025-02-24 10:12:53 +08:00
#41 npm prep
This commit is contained in:
parent
eed523111b
commit
ba7c60f324
41
package.json
Normal file
41
package.json
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"name": "cordova-plugin-toast",
|
||||||
|
"version": "2.1.1",
|
||||||
|
"description": "This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.",
|
||||||
|
"cordova": {
|
||||||
|
"id": "nl.x-services.plugins.toast",
|
||||||
|
"platforms": [
|
||||||
|
"ios",
|
||||||
|
"android",
|
||||||
|
"wp8",
|
||||||
|
"blackberry10"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"Toast",
|
||||||
|
"Notification",
|
||||||
|
"Message",
|
||||||
|
"Alert",
|
||||||
|
"ecosystem:cordova",
|
||||||
|
"cordova-ios",
|
||||||
|
"cordova-android",
|
||||||
|
"cordova-wp8",
|
||||||
|
"cordova-blackberry10"
|
||||||
|
],
|
||||||
|
"engines": [
|
||||||
|
{
|
||||||
|
"name": "cordova",
|
||||||
|
"version": ">=3.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"author": "Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin#readme"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user