-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "simplemde-rtl",
"version": "2.0.2",
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
"keywords": [
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg",
"rtl"
],
"scripts": {
"watch": "gulp watch default "
},
"homepage": "https://github.com/imAbdelhadi/simplemde-rtl",
"main": "./src/js/simplemde.js",
"license": "MIT",
"company": "Next Step Webs, Inc.",
"author": {
"name": "Wes Cossick",
"url": "http://www.WesCossick.com"
},
"bugs": {
"url": "https://github.com/imAbdelhadi/simplemde-rtl/issues"
},
"dependencies": {
"codemirror": "^5.59.2",
"codemirror-spell-checker": "1.1.2",
"marked": "^2.0.0"
},
"devDependencies": {
"@types/codemirror": "0.0.108",
"@types/marked": "^1.2.2",
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.0.1",
"gulp-uglify": "^3.0.2",
"typescript": "^4.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/imAbdelhadi/simplemde-rtl"
}
}