package.json 878 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "react-native-crypto-js",
  3. "version": "1.0.0",
  4. "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.",
  5. "main": "CryptoJS.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Chintan Prajapati <chintanprajapati37@gmail.com> (http://chintanprajapati.com)",
  10. "license": "MIT",
  11. "repository": {
  12. "type" : "git",
  13. "url" : "https://github.com/imchintan/react-native-crypto-js.git"
  14. },
  15. "keywords": [
  16. "react",
  17. "react-native",
  18. "crypto",
  19. "crypto-js"
  20. ],
  21. "bugs": {
  22. "url": "https://github.com/imchintan/react-native-crypto-js/issues"
  23. },
  24. "homepage": "https://github.com/imchintan/react-native-crypto-js#readme"
  25. }