https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: bc925019a88fdec15c119abd8b147ecc3fa23da1 authored by Mehdi Achour on 15 March 2018, 08:28:26 UTC
v0.21.0
Tip revision: bc92501
package.json
{
  "name": "react-native-device-info",
  "version": "0.21.0",
  "description": "Get device information using react-native",
  "main": "deviceinfo.js",
  "typings": "./deviceinfo.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/rebeccahughes/react-native-device-info"
  },
  "scripts": {
    "shipit": "np"
  },
  "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"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "np": "^2.16.0",
    "prettier": "^1.10.2"
  }
}
back to top