forked from apache/cordova-plugin-device-motion
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 768 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
36
37
{
"name": "cordova-plugin-device-motion",
"version": "3.0.0",
"description": "Cordova Device Motion Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-device-motion",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/distinctdan/cordova-plugin-device-motion"
},
"bugs": {
"url": "https://github.com/distinctdan/cordova-plugin-device-motion/issues"
},
"keywords": [
"cordova",
"device",
"motion",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Daniel Stone",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">100"
}
}
}
}