react-app-store-link
Version:
A react component which allows you to place an iOS App Store or Google Play Store Download button, and customise the color!
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "react-app-store-link",
"version": "1.0.0",
"description": "A react component which allows you to place an iOS App Store or Google Play Store Download button, and customise the color!",
"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/jacobsapps/react-app-store-button"
},
"keywords": [
"App",
"AppStore button",
"AppStore",
"button",
"PlayStore",
"react component",
"react",
"react-component",
"Store",
"colour",
"light",
"dark"
],
"author": "Jacob Bartlett",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobsapps/react-app-store-button/issues"
},
"homepage": "https://github.com/jacobsapps/react-app-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"
}
}