-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "react-native-passkit-wallet",
"version": "0.1.6",
"description": "React Native module to handle PassKit pass.",
"main": "index",
"scripts": {
"lint": "eslint .",
"flow": "flow --show-all-errors",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miyabi/react-native-passkit-wallet.git"
},
"keywords": [
"react-native",
"ios",
"android",
"PassKit",
"Wallet"
],
"author": "Masayuki Iwai <miyabi@mybdesign.com> (http://mybdesign.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/miyabi/react-native-passkit-wallet/issues"
},
"homepage": "https://github.com/miyabi/react-native-passkit-wallet#readme",
"devDependencies": {
"babel-eslint": "^8.0.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "^5.0.2",
"eslint": "^4.6.1",
"eslint-plugin-flowtype": "^2.38.0",
"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.86.0",
"prop-types": "^15.6.0",
"react": "^16.8.3",
"react-native": "^0.58.6"
}
}