Newer
Older
react-native-device-info / package.json
{
  "_from": "react-native-device-info",
  "_id": "react-native-device-info@0.21.5",
  "_inBundle": false,
  "_integrity": "sha512-Bvl7TyVMDbBH3wzvZx0xj3deMhWVRDHdOdjP1MjGVxVVH+bSlCi6oYDScaX2yz5rfi2OvevWWCg8jUqFKeepjA==",
  "_location": "/react-native-device-info",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "react-native-device-info",
    "name": "react-native-device-info",
    "escapedName": "react-native-device-info",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-0.21.5.tgz",
  "_shasum": "99478a2d68182e012297f2d63f2bd1b788106dee",
  "_spec": "react-native-device-info",
  "_where": "/home/mira/AndroidStudioProjects/TestReact",
  "author": {
    "name": "Rebecca Hughes",
    "email": "rebecca@learnium.net",
    "url": "https://github.com/rebeccahughes"
  },
  "bugs": {
    "url": "https://github.com/rebeccahughes/react-native-device-info/issues"
  },
  "bundleDependencies": false,
  "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"
    }
  ],
  "deprecated": false,
  "description": "Get device information using react-native",
  "devDependencies": {
    "np": "^2.16.0",
    "prettier": "^1.10.2"
  },
  "homepage": "https://github.com/rebeccahughes/react-native-device-info#readme",
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "android",
    "windows",
    "device",
    "events",
    "cocoapod"
  ],
  "license": "MIT",
  "main": "deviceinfo.js",
  "name": "react-native-device-info",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rebeccahughes/react-native-device-info.git"
  },
  "scripts": {
    "shipit": "np"
  },
  "typings": "./deviceinfo.d.ts",
  "version": "0.21.5"
}