forked from Agribank/react-native-zalo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (33 loc) · 795 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
{
"name": "react-native-zalo",
"title": "React Native Zalo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github_account/react-native-zalo.git",
"baseUrl": "https://github.com/github_account/react-native-zalo"
},
"keywords": [
"react-native"
],
"author": {
"name": "Your Name",
"email": "[email protected]"
},
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "16.0.0-alpha.6",
"react-native": "^0.44.1"
},
"devDependencies": {
"react": "16.0.0-alpha.6",
"react-native": "^0.44.1"
}
}