forked from inmobly-admin/cordova-plugin-toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 824 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "cordova-plugin-toast",
"version": "1.3.0",
"author": "Samsung Electronics Co., Ltd.",
"description": "Cordova plugin for TV devices to allow using TV specific functionalities from a Cordova TV app.",
"cordova": {
"id": "com.sec.vd.toast",
"platforms": [
"browser",
"tizen"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/samsung/cordova-plugin-toast"
},
"keywords": [
"ecosystem:cordova",
"cordova-sectv-tizen",
"cordova-sectv-orsay",
"cordova-browser",
"samsung",
"cordova",
"tizen",
"tv"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.1.0",
"xml2js": "^0.4.10"
}
}