forked from cryptoticket/react-native-payments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "react-native-payments-alive",
"version": "0.9.1",
"scripts": {
"run:packager": "cd examples/native && yarn run:packager",
"run:ios": "cd examples/native && yarn run:ios",
"run:web": "cd examples/web && yarn run:web",
"run:demo": "cd examples/native && yarn run:demo",
"test": "jest"
},
"homepage": "https://github.com/cryptoticket/react-native-payments",
"repository": "https://github.com/cryptoticket/react-native-payments",
"keywords": [
"react",
"react-native",
"apple-pay",
"stripe",
"braintree",
"payments"
],
"author": "Ivan Vasilyev <[email protected]>",
"license": "MIT",
"dependencies": {
"es6-error": "^4.1.1",
"uuid": "^3.3.3",
"validator": "^12.0.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-preset-react-native": "4.0.1",
"jest": "23.6.0",
"react-test-renderer": "16.11.0"
},
"peerDependencies": {
"react": ">=15",
"react-native": ">=0.41"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/examples/",
"lib/js/__tests__"
]
}
}