-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 933 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
{
"name": "react-native-simple-openvpn",
"title": "React Native Simple Openvpn",
"version": "1.2.0",
"description": "React Native Open VPN Module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"README.md",
"android",
"index.js",
"index.d.ts",
"ios",
"react-native-simple-openvpn.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccnnde/react-native-simple-openvpn.git",
"baseUrl": "https://github.com/ccnnde/react-native-simple-openvpn"
},
"keywords": [
"react-native",
"openvpn",
"vpn"
],
"author": {
"name": "Nor Cod",
"email": "[email protected]"
},
"license": "GPL-2.0-or-later",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"devDependencies": {
"clang-format": "^1.4.0",
"prettier": "^2.3.2"
}
}