forked from leecrossley/cordova-plugin-shake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 857 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
{
"name": "cordova-plugin-shake",
"version": "0.5.1",
"author": "Lee Crossley <[email protected]> (http://ilee.co.uk/)",
"description": "Cordova Plugin to detect when a physical device performs a shake gesture.",
"cordova": {
"id": "cordova-plugin-shake",
"platforms": []
},
"repository": {
"type": "git",
"url": "git+https://github.com/leecrossley/cordova-plugin-shake-detection.git"
},
"keywords": [
"cordova",
"shake",
"gesture",
"accelerometer",
"acceleration",
"detection",
"ecosystem:cordova"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leecrossley/cordova-plugin-shake-detection/issues"
},
"homepage": "https://github.com/leecrossley/cordova-plugin-shake-detection#readme"
}