package.json 682 B

123456789101112131415161718192021222324
  1. {
  2. "name": "cordova-plugin-ios-keychain",
  3. "version": "2.0.0",
  4. "description": "Keychain Plugin for Apache Cordova ===================================== created by Shazron Abdullah",
  5. "main": "index.js",
  6. "directories": {
  7. "example": "example"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/driftyco/cordova-plugin-ios-keychain.git"
  15. },
  16. "keywords": [],
  17. "author": "",
  18. "license": "ISC",
  19. "bugs": {
  20. "url": "https://github.com/driftyco/cordova-plugin-ios-keychain/issues"
  21. },
  22. "homepage": "https://github.com/driftyco/cordova-plugin-ios-keychain#readme"
  23. }