| 12345678910111213141516171819202122232425 | {  "name": "react-native-crypto-js",  "version": "1.0.0",  "description": "CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface.",  "main": "CryptoJS.js",  "scripts": {    "test": "echo \"Error: no test specified\" && exit 1"  },  "author": "Chintan Prajapati <chintanprajapati37@gmail.com> (http://chintanprajapati.com)",  "license": "MIT",  "repository": {      "type" : "git",      "url" : "https://github.com/imchintan/react-native-crypto-js.git"  },  "keywords": [      "react",      "react-native",      "crypto",      "crypto-js"  ],  "bugs": {    "url": "https://github.com/imchintan/react-native-crypto-js/issues"  },  "homepage": "https://github.com/imchintan/react-native-crypto-js#readme"}
 |