UNPKG

react-native-sha256

Version:
34 lines (33 loc) 784 B
{ "name": "react-native-sha256", "version": "1.4.10", "description": "Native sha256 react-native", "main": "sha256.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "flow": "flow; test $? -eq 0 -o $? -eq 2" }, "homepage": "https://github.com/itinance/react-native-sha256", "repository": { "type": "git", "url": "git@github.com:itinance/react-native-sha256.git" }, "keywords": [ "react-component", "react-native", "ios", "android", "hash", "sha256", "sha1", "SHA" ], "author": "Hagen Huebel <hhuebel@itinance.com> (hhuebel@itinance.com)", "license": "MIT", "dependencies": {}, "devDependencies": { "flow-bin": "0.28.0", "react": "^15.4.2", "react-native": "^0.40.0" } }