package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "emojionearea",
  3. "version": "3.1.8",
  4. "description": "WYSIWYG-like EmojiOne Converter / Picker Plugin for jQuery",
  5. "main": "dist/emojionearea.js",
  6. "scripts": {
  7. "build": "npm install && grunt",
  8. "test": "echo 'Error: no test specified' && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/mervick/emojionearea.git"
  13. },
  14. "keywords": [
  15. "emoji",
  16. "emojione",
  17. "picker",
  18. "emojionearea"
  19. ],
  20. "author": "Andrey Izman <izmanw@gmail.com>",
  21. "contributors": [
  22. "Klas Lundberg <klas.lundberg@instinct.se>",
  23. "Merlin Mason <info@merlinmason.co.uk>"
  24. ],
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/mervick/emojionearea/issues"
  28. },
  29. "homepage": "https://github.com/mervick/emojionearea#readme",
  30. "dependencies": {
  31. "emojione": ">=2.0.1",
  32. "jquery": ">=1.8.3",
  33. "jquery-textcomplete": ">=1.3.4"
  34. },
  35. "devDependencies": {
  36. "grunt": "^0.4.5",
  37. "grunt-cli": "^0.1.13",
  38. "grunt-contrib-cssmin": "^1.0.1",
  39. "grunt-contrib-sass": "^1.0.0",
  40. "grunt-contrib-uglify": "^1.0.0",
  41. "grunt-contrib-watch": "^1.0.0",
  42. "requirejs": "^2.1.22"
  43. }
  44. }