UNPKG

crypto-react

Version:

JavaScript library of Cryptography Standard for react.

95 lines (94 loc) 2 kB
{ "name": "crypto-react", "title": "crypto-react", "description": "JavaScript library of Cryptography Standard for react.", "version": "0.2.1", "private": false, "repository": { "type": "git", "url": "git+https://github.com/Drazail/crypto-react.git", "baseUrl": "https://github.com/Drazail/crypto-react" }, "keywords": [ "react", "react-native", "expo", "android", "iOs", "crypto-react", "security", "crypto", "Hash", "MD5", "SHA1", "SHA-1", "SHA256", "SHA-256", "RC4", "Rabbit", "AES", "DES", "PBKDF2", "HMAC", "OFB", "CFB", "CTR", "CBC", "Base64", "Base64url" ], "author": { "name": "Drazail", "email": "drliazard@gmail.com" }, "deprecated": false, "license": "MIT", "peerDependencies": { "react": "^18.2.0" }, "scripts": { "test": "jest" }, "pre-commit": [ "test" ], "jest": { "testEnvironment": "jsdom", "testPathIgnorePatterns": [ "__tests__/C", "example" ], "collectCoverage": true, "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } } }, "eslintConfig": { "extends": [] }, "devDependencies": { "@babel/preset-env": "^7.18.6", "@babel/preset-react": "^7.18.6", "@testing-library/react": "^13.3.0", "babel-jest": "^29.0.3", "eslint": "^8.2.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "jest": "^29.0.3", "jest-environment-jsdom": "^29.0.1", "pre-commit": "^1.2.2", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0" }, "dependencies": { "crypto-js": "^4.1.1" } }