UNPKG

react-md-editor

Version:
63 lines (62 loc) 1.42 kB
{ "name": "react-md-editor", "version": "0.2.2", "description": "React Markdown Editor", "main": "lib/MDEditor.js", "author": "Jed Watson", "homepage": "https://github.com/JedWatson/react-md-editor", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/JedWatson/react-md-editor.git" }, "bugs": { "url": "https://github.com/JedWatson/react-md-editor/issues" }, "dependencies": { "classnames": "^2.2.5", "codemirror": "^5.18.2" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0", "react-dom": "^0.14.0 || ^15.0.0" }, "devDependencies": { "gulp": "^3.9.1", "happiness": "^7.1.2", "marked": "^0.3.6", "react": "^15.0", "react-component-gulp-tasks": "^0.7.7", "react-dom": "^15.0" }, "browserify-shim": { "react": "global:React" }, "scripts": { "build": "gulp clean && NODE_ENV=production gulp build", "examples": "gulp dev:server", "publish:site": "gulp publish:examples", "release": "gulp release", "start": "gulp dev", "test": "echo \"no tests yet\" && exit 0", "lint": "happiness", "watch": "gulp watch:lib" }, "happiness": { "ignore": [ "**/.publish/**", "**/dist/**", "**/lib/**" ] }, "keywords": [ "react", "react-component", "codemirror", "editor", "code", "wysiwyg", "md", "markdown" ] }