UNPKG

last-draft-js-plugins

Version:
42 lines (41 loc) 1.14 kB
{ "name": "draft-js-emoji-picker-plugin", "version": "1.2.0", "description": "LastDraft emoji picker Plugin for DraftJS", "authors": [ "Benjamin Kniffler <benjamin@kniffler.com> (https://github.com/bkniffler)", "Nik Graf <nik@nikgraf.com> (http://www.nikgraf.com)", "Steven Iseki <stevenisekimartin@gmail.com> (https://github.com/StevenIseki)", "Marcelo Jorge Vieira <metal@alucinados.com> (https://github.com/marcelometal)" ], "repository": { "type": "git", "url": "https://github.com/vacenz/last-draft-js-plugins.git" }, "main": "lib/index.js", "keywords": [ "editor", "wysiwyg", "draft", "react", "ux", "components", "widget", "react-component" ], "scripts": { "build": "npm run build:js", "build:js": "BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production ../node_modules/.bin/babel --out-dir='lib' src" }, "license": "MIT", "devDependencies": { "draft-js": "0.10.1", "react": "15.5.0", "react-dom": "15.5.0" }, "peerDependencies": { "draft-js": "0.10.1", "react": "15.5.0", "react-dom": "15.5.0" } }