forked from mockingbot/react-native-zip-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 936 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
{
"name": "react-native-zip-archive",
"version": "5.0.2",
"description": "A little wrapper on ZipArchive for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:js": "eslint index.js"
},
"repository": {
"type": "git",
"url": "[email protected]:mockingbot/react-native-zip-archive.git"
},
"keywords": [
"react-native",
"ios",
"android",
"zip",
"archive",
"zip-archive",
"unzip"
],
"author": "Perry Poon <[email protected]> (https://github.com/plrthink)",
"homepage": "https://github.com/mockingbot/react-native-zip-archive",
"license": "MIT",
"devDependencies": {
"@babel/core": "*",
"@react-native-community/eslint-config": "^0.0.5",
"eslint": "^6.7.2",
"react": "^16.8.6",
"react-native": "^0.60.0"
},
"peerDependencies": {
"react": "^16.8.6",
"react-native": "^0.60.0"
}
}