UNPKG

@egendata/react-native-simple-crypto

Version:
57 lines (56 loc) 1.56 kB
{ "name": "@egendata/react-native-simple-crypto", "version": "1.0.2", "description": "A simpler React-Native crypto library", "main": "index.js", "contributors": [ "trackforce", "Pedro Gomes <pedro@pedrouid.com>", "iBobo <andrea@bhweb.it>", "Johan Öbrink <johan.obrink@gmail.com>" ], "homepage": "https://github.com/egendata/react-native-simple-crypto", "license": "MIT", "keywords": [ "react-native", "react-component", "ios", "android", "aes", "crypto", "mobile", "async", "sha1", "sha256", "sha512", "pbkdf2", "hmac256", "rsa", "random", "randomBytes" ], "repository": { "type": "git", "url": "git+https://github.com/egendata/react-native-simple-crypto.git" }, "bugs": { "url": "https://github.com/egendata/react-native-simple-crypto/issues" }, "scripts": { "patch-release": "npm version patch && npm publish --access public && git push origin master --follow-tags", "minor-release": "npm version minor && npm publish --access public && git push origin master --follow-tags", "major-release": "npm version major && npm publish --access public && git push origin master --follow-tags" }, "dependencies": { "base64-js": "^1.3.0", "hex-lite": "^1.5.0" }, "devDependencies": { "@commitlint/cli": "^8.1.0", "@commitlint/config-conventional": "^8.1.0", "@semantic-release/changelog": "^3.0.4", "@semantic-release/git": "^7.0.16", "husky": "^3.0.5", "semantic-release": "^15.13.24" } }