1234567891011121314151617181920212223242526272829 |
- {
- "name": "emojionearea",
- "homepage": "https://github.com/mervick/emojionearea",
- "authors": [
- "Andrey Izman <izmanw@gmail.com>",
- "Klas Lundberg <klas.lundberg@instinct.se>",
- "Merlin Mason <info@merlinmason.co.uk>"
- ],
- "main": "dist/emojionearea.js",
- "dependencies": {
- "emojione": ">=2.0.1",
- "jquery": ">=1.8.3",
- "jquery-textcomplete": ">=1.3.4"
- },
- "description": "WYSIWYG-like EmojiOne Converter / Picker Plugin for jQuery",
- "keywords": [
- "emoji",
- "emojione",
- "picker",
- "emojionearea"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "tests"
- ]
- }
|