{
  "name": "mobile-center-analytics",
  "version": "0.11.2",
  "description": "React Native plugin for Mobile Center Analytics",
  "main": "Analytics.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/mobile-center-sdk-react-native.git"
  },
  "keywords": [
    "react-native",
    "mobile-center",
    "analytics"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Microsoft/mobile-center-sdk-react-native/issues"
  },
  "homepage": "https://github.com/Microsoft/mobile-center-sdk-react-native/blob/master/mobile-center-analytics/README.md",
  "dependencies": {
    "mobile-center": "0.11.2"
  },
  "rnpm": {
    "params": [
      {
        "type": "list",
        "name": "whenToEnableAnalytics",
        "message": "For the Android app, should user tracking be enabled automatically?",
        "choices": [
          {
            "name": "Enable Automatically",
            "value": "ALWAYS_SEND"
          },
          {
            "name": "Enable in JavaScript",
            "value": "ENABLE_IN_JS"
          }
        ]
      }
    ],
    "android": {
      "packageInstance": "new RNAnalyticsPackage(MainApplication.this, ${whenToEnableAnalytics})"
    },
    "commands": {
      "prelink": "node node_modules/mobile-center-analytics/scripts/prelink",
      "postlink": "node node_modules/mobile-center-analytics/scripts/postlink"
    }
  },
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "eslint": "^4.5.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.2.1"
  },
  "scripts": {
    "lint": "eslint ."
  }
}
