UNPKG

1.19 kBJSONView Raw
1{
2 "name": "cordova-plugin-device-motion",
3 "version": "1.2.1",
4 "description": "Cordova Device Motion Plugin",
5 "cordova": {
6 "id": "cordova-plugin-device-motion",
7 "platforms": [
8 "firefoxos",
9 "android",
10 "amazon-fireos",
11 "ubuntu",
12 "ios",
13 "blackberry10",
14 "wp7",
15 "wp8",
16 "windows8",
17 "windows",
18 "tizen",
19 "browser"
20 ]
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/apache/cordova-plugin-device-motion"
25 },
26 "keywords": [
27 "cordova",
28 "device",
29 "motion",
30 "ecosystem:cordova",
31 "cordova-firefoxos",
32 "cordova-android",
33 "cordova-amazon-fireos",
34 "cordova-ubuntu",
35 "cordova-ios",
36 "cordova-blackberry10",
37 "cordova-wp7",
38 "cordova-wp8",
39 "cordova-windows8",
40 "cordova-windows",
41 "cordova-tizen",
42 "cordova-browser"
43 ],
44 "scripts": {
45 "test": "npm run jshint",
46 "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
47 },
48 "author": "Apache Software Foundation",
49 "license": "Apache-2.0",
50 "devDependencies": {
51 "jshint": "^2.6.0"
52 }
53}