-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
41 lines (41 loc) · 850 Bytes
/
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
{
"name": "react-native-midtrans",
"version": "0.0.3",
"author": "Ega Radiegtya. (Originally Developed by my team @mucasali)",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"android",
"midtrans",
"sdk",
"payment",
"gateway",
"credit-card",
"debit",
"bank"
],
"repository": {
"type": "git",
"url": "https://github.com/radiegtya/react-native-midtrans"
},
"dependencies": {
"react": "15.4.2",
"react-native": "0.42.3"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}