UNPKG

1.42 kBJSONView Raw
1{
2 "name": "cordova-plugin-device-motion",
3 "version": "2.0.1",
4 "description": "[DEPRECATED] Cordova Device Motion Plugin",
5 "types": "./types/index.d.ts",
6 "cordova": {
7 "id": "cordova-plugin-device-motion",
8 "platforms": [
9 "firefoxos",
10 "android",
11 "amazon-fireos",
12 "ubuntu",
13 "ios",
14 "blackberry10",
15 "wp7",
16 "wp8",
17 "windows8",
18 "windows",
19 "tizen",
20 "browser"
21 ]
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/apache/cordova-plugin-device-motion"
26 },
27 "bugs": {
28 "url": "https://issues.apache.org/jira/browse/CB"
29 },
30 "keywords": [
31 "cordova",
32 "device",
33 "motion",
34 "ecosystem:cordova",
35 "cordova-firefoxos",
36 "cordova-android",
37 "cordova-amazon-fireos",
38 "cordova-ubuntu",
39 "cordova-ios",
40 "cordova-blackberry10",
41 "cordova-wp7",
42 "cordova-wp8",
43 "cordova-windows8",
44 "cordova-windows",
45 "cordova-tizen",
46 "cordova-browser"
47 ],
48 "scripts": {
49 "test": "npm run jshint",
50 "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
51 },
52 "author": "Apache Software Foundation",
53 "license": "Apache-2.0",
54 "engines": {
55 "cordovaDependencies": {
56 "3.0.0": {
57 "cordova": ">100"
58 }
59 }
60 },
61 "devDependencies": {
62 "jshint": "^2.6.0"
63 }
64}