forked from elestyle/elepay-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 888 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": "elepay-react-native",
"title": "Elepay React Native",
"version": "2.1.0",
"description": "React Native wrapper library for elepay SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/elestyle/elepay-react-native"
},
"bugs": {
"url": "https://github.com/elestyle/elepay-react-native/issues"
},
"keywords": [
"elepay",
"ios",
"android",
"payment",
"cashless",
"react-native",
"react"
],
"author": {
"name": "elestyle, Inc.",
"email": "info@elestyle.jp"
},
"homepage": "https://elepay.io",
"license": "MIT",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "17.0.2",
"react-native": "0.66.4"
}
}