react-native-zip-archive
Version:
A little wrapper on ZipArchive for react-native
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "react-native-zip-archive",
"version": "4.1.0",
"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": "git@github.com:plrthink/react-native-zip-archive.git"
},
"keywords": [
"react-native",
"ios",
"android",
"zip",
"archive",
"zip-archive",
"unzip"
],
"author": "Perry Poon <plrthink@gmail.com> (https://github.com/plrthink)",
"homepage": "https://github.com/mockingbot/react-native-zip-archive",
"license": "MIT",
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"libiconv",
"Security.framework"
]
}
},
"devDependencies": {
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.5.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"react": "^16.2.0",
"react-native": ">=0.51.0 <1.0.0"
},
"peerDependencies": {
"react": "^16.2.0",
"react-native": ">=0.51.0 <1.0.0"
}
}