UNPKG

react-mobile-store-button

Version:

A react component which allows you to place an iOS App Store or Google Play Store Download button!

47 lines (46 loc) 1.17 kB
{ "name": "react-mobile-store-button", "version": "0.0.6", "description": "A react component which allows you to place an iOS App Store or Google Play Store Download button!", "main": "index.js", "engines": { "node": ">=6.5", "npm": ">=3.10" }, "scripts": { "build": "yarn babel src -d lib" }, "repository": { "type": "git", "url": "git+https://github.com/rizzomichaelg/react-mobile-store-button.git" }, "keywords": [ "App", "AppStore button", "AppStore", "button", "PlayStore", "react component", "react", "react-component", "Store" ], "author": "Mike Rizzo", "license": "MIT", "bugs": { "url": "https://github.com/rizzomichaelg/react-mobile-store-button/issues" }, "homepage": "https://github.com/rizzomichaelg/react-mobile-store-button#readme", "dependencies": { "prop-types": "^15.6.0", "react": "^16.2.0" }, "devDependencies": { "@babel/cli": "^7.0.0-beta.36", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/preset-env": "7.1.0", "@babel/preset-react": "7.0.0", "babel-loader": "8.0.0" } }