-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 957 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 957 Bytes
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "cordova-plugin-velda-devicefeedback",
"version": "0.0.3",
"description": "Plugin provides a way for haptic and acoustic feedback (native alike) to the user.",
"cordova": {
"id": "cordova-plugin-velda-devicefeedback",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/VVelda/device-feedback"
},
"keywords": [
"feedback",
"haptic",
"acoustic",
"aural",
"tactile",
"sound",
"vibrate",
"key",
"button",
"touch",
"tap",
"vibration",
"vibrating",
"ux",
"user-experience",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0"
}
],
"author": "Jan Velecký",
"license": "Simplified BSD License",
"bugs": {
"url": "https://github.com/VVelda/device-feedback/issues"
},
"homepage": "https://github.com/VVelda/device-feedback"
}