forked from achubutkin/cordova-plugin-stepper
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 842 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
{
"name": "@felicienfrancois/cordova-plugin-stepper",
"version": "1.5.2",
"description": "Lightweight pedometer Cordova/Phonegap plugin for Android using the hardware step sensor, with notifications.",
"cordova": {
"id": "@felicienfrancois/cordova-plugin-stepper",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/felicienfrancois/cordova-plugin-stepper.git"
},
"keywords": [
"cordova",
"phonegap",
"pedometer",
"steps",
"distance",
"fitness",
"cordova-android",
"distance"
],
"author": "Felicien Francois",
"license": "MIT",
"bugs": {
"url": "https://github.com/felicienfrancois/cordova-plugin-stepper/issues"
},
"homepage": "https://github.com/felicienfrancois/cordova-plugin-stepper#readme"
}