https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 2653ed6ac33de5bde423c3480af8fd24b385b9eb authored by Mehdi Achour on 22 August 2018, 08:12:34 UTC
v0.22.5
Tip revision: 2653ed6
package.json
{
  "name": "react-native-device-info",
  "version": "0.22.5",
  "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"
    },
    {
      "name": "Mehdi Achour",
      "email": "machour@gmail.com",
      "url": "https://github.com/machour"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "np": "^2.16.0",
    "prettier": "^1.10.2"
  }
}
back to top