https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: bccef8dbaa4fbb38e093f1c99e2f58af1e3ebb52 authored by Mike Hardy on 16 May 2019, 22:07:30 UTC
1.8.0
Tip revision: bccef8d
package.json
{
  "name": "react-native-device-info",
  "version": "1.8.0",
  "description": "Get device information using react-native",
  "main": "deviceinfo.js",
  "typings": "./deviceinfo.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-community/react-native-device-info"
  },
  "scripts": {
    "dev-sync": "cp -r deviceinfo* *podspec default windows web android ios example/node_modules/react-native-device-info/",
    "ts-check": "npx tsc deviceinfo.d.ts --noEmit",
    "flow-check": "npx flow check-contents < deviceinfo.js.flow",
    "shipit": "np --no-yarn"
  },
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "android",
    "windows",
    "device",
    "events",
    "cocoapod"
  ],
  "author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)",
  "contributors": [
    {
      "name": "Gant Laborde",
      "email": "gant@infinite.red",
      "url": "https://github.com/gantman"
    },
    {
      "name": "Mehdi Achour",
      "email": "machour@gmail.com",
      "url": "https://github.com/machour"
    },
    {
      "name": "Mike Hardy",
      "email": "github@mikehardy.net",
      "url": "https://github.com/mikehardy"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "flow-bin": "^0.98.0",
    "np": "^5.0.1",
    "prettier": "^1.17.0",
    "typescript": "^3.4.5"
  }
}
back to top