@realgeeks/react-tinymce
Version:
React TinyMCE component
25 lines (24 loc) • 568 B
JSON
{
"name": "@realgeeks/react-tinymce",
"version": "0.5.2",
"description": "React TinyMCE component",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "https://github.com/instructure-react/react-tinymce.git"
},
"homepage": "https://github.com/instructure-react/react-tinymce",
"keywords": [
"tinymce",
"react-component"
],
"author": "Matt Zabriskie",
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"lodash": "^3.9.3"
}
}