You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-markdown-editor/package.json

61 lines
1.8 KiB
JSON

{
"name": "easymde",
"version": "3.0.0",
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor that easy to use. Features include autosaving and spell checking.",
"keywords": [
"embeddable",
"markdown",
"editor",
"javascript",
"fontawesome"
],
"main": "./src/js/easymde.js",
"license": "MIT",
"author": "Jeroen Akkerman",
"bugs": {
"url": "https://github.com/ionaru/easy-markdown-editor/issues"
},
"dependencies": {
"codemirror": "^5.43.0",
"codemirror-spell-checker": "1.1.2",
"highlight.js": "^9.14.2",
"marked": "^0.6.1"
},
"devDependencies": {
"@types/browserify": "^12.0.36",
"@types/codemirror": "0.0.72",
"@types/gulp": "^4.0.5",
"@types/gulp-concat": "0.0.32",
"@types/gulp-rename": "0.0.33",
"@types/gulp-uglify": "^3.0.6",
"@types/highlight.js": "^9.12.2",
"@types/marked": "^0.6.1",
"@types/node": "^11.9.4",
"@types/vinyl-buffer": "^1.0.0",
"@types/vinyl-source-stream": "0.0.30",
"browserify": "^16.2.3",
"common-shakeify": "^0.5.3",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.7",
"gulp-rename": "^1.4.0",
"gulp-terser": "^1.1.7",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.1",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"typescript": "^3.3.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ionaru/easy-markdown-editor"
},
"scripts": {
"prepublishOnly ": "gulp"
}
}