{
  "name": "nativescript-pedometer",
  "version": "2.1.0",
  "description": "NativeScript pedometer plugin. Step counting FTW!",
  "main": "pedometer",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "2.3.0",
      "ios": "2.3.0"
    }
  },
  "scripts": {
    "build": "tsc --skipLibCheck",
    "demo.ios": "npm run preparedemo && cd ../demo && tns run ios",
    "demo.android": "npm run preparedemo && cd ../demo && tns run android",
    "preparedemo": "npm run build && cd ../demo && tns plugin remove nativescript-pedometer && tns plugin add ../src && tns install"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EddyVerbruggen/nativescript-pedometer.git"
  },
  "keywords": [
    "NativeScript",
    "ecosystem:nativescript",
    "Android",
    "iOS",
    "Pedometer",
    "Stepcounter",
    "Steps",
    "Distance",
    "Pace",
    "Floors"
  ],
  "author": {
    "name": "Your Name",
    "email": "youremail@yourdomain.com"
  },
  "bugs": {
    "url": "https://github.com/EddyVerbruggen/nativescript-pedometer/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/EddyVerbruggen/nativescript-pedometer",
  "readmeFilename": "README.md",
  "devDependencies": {
    "tns-core-modules": "~4.2.0",
    "tns-platform-declarations": "~4.2.0",
    "typescript": "~2.7.0",
    "prompt": "^1.0.0",
    "rimraf": "^2.5.0"
  }
}
