UNPKG

react-native-google-photos

Version:

Grabs Streaming & Downloader Url Google Photos

43 lines (42 loc) 1.04 kB
{ "name": "react-native-google-photos", "version": "3.0.5", "main": "index.js", "description": "Grabs Streaming & Downloader Url Google Photos", "homepage": "https://verdauen.com", "license": "MIT", "scripts": { "dev": "node -r esm index.js", "api": "node -r esm api.js", "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect" }, "repository": { "type": "git", "url": "git+https://github.com/khalisafkari/react-native-google-photos.git" }, "author": "khalis afkari <khalis411@gmail.com> (https://verdauen.com)", "keywords": [ "react-native", "react native", "react native video", "video", "mp4upload", "google photos", "downloader", "ios", "android" ], "dependencies": { "axios": "^0.19.0", "cheerio-without-node-native": "^1.0.0-rc.2", "snyk": "^1.231.0" }, "devDependencies": { "esm": "^3.2.20" }, "snyk": true, "bugs": { "url": "https://github.com/khalisafkari/react-native-google-photos/issues" } }