forked from rizzomichaelg/react-mobile-store-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "react-mobile-store-button",
"version": "0.0.5",
"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"
}
}