package.json 472 B

12345678910111213141516171819
  1. {
  2. "version": "1.0.4",
  3. "name": "com.ionic.keyboard",
  4. "cordova_name": "Keyboard",
  5. "description": "Ionic Keyboard Plugin",
  6. "license": "Apache 2.0",
  7. "repo": "https://github.com/driftyco/ionic-plugins-keyboard.git",
  8. "issue": "https://github.com/driftyco/ionic-plugins-keyboard/issues",
  9. "keywords": [
  10. "Ionic",
  11. "keyboard"
  12. ],
  13. "platforms": [
  14. "android",
  15. "ios",
  16. "blackberry10"
  17. ],
  18. "engines": []
  19. }