|
3 | 3 | "version": "1.10.1", |
4 | 4 | "description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.", |
5 | 5 | "keywords": [ |
6 | | - "embeddable", |
7 | | - "markdown", |
8 | | - "editor", |
9 | | - "javascript", |
10 | | - "wysiwyg" |
| 6 | + "embeddable", |
| 7 | + "markdown", |
| 8 | + "editor", |
| 9 | + "javascript", |
| 10 | + "wysiwyg" |
11 | 11 | ], |
12 | 12 | "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", |
13 | 13 | "main": "./src/js/simplemde.js", |
14 | 14 | "license": "MIT", |
15 | 15 | "company": "Next Step Webs, Inc.", |
16 | 16 | "author": { |
17 | | - "name": "Wes Cossick", |
18 | | - "url": "http://www.WesCossick.com" |
| 17 | + "name": "Wes Cossick", |
| 18 | + "url": "http://www.WesCossick.com" |
19 | 19 | }, |
20 | 20 | "bugs": { |
21 | | - "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" |
| 21 | + "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "codemirror": "codemirror/CodeMirror", |
25 | | - "codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker", |
26 | | - "marked": "0.3.5" |
| 24 | + "codemirror": "codemirror/CodeMirror", |
| 25 | + "codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker", |
| 26 | + "marked": "0.3.5" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "browserify": "^11.2.0", |
30 | | - "browserify-shim": "^3.8.10", |
31 | | - "debug": "^2.2.0", |
32 | | - "eslint": "^1.6.0", |
33 | | - "gulp": "*", |
34 | | - "gulp-concat": "*", |
35 | | - "gulp-debug": "^2.1.1", |
36 | | - "gulp-eslint": "^1.0.0", |
37 | | - "gulp-header": "*", |
38 | | - "gulp-jsbeautifier": "*", |
39 | | - "gulp-minify-css": "^1.2.1", |
40 | | - "gulp-rename": "^1.2.2", |
41 | | - "gulp-uglify": "*", |
42 | | - "vinyl-source-stream": "^1.1.0", |
43 | | - "vinyl-buffer": "*" |
| 29 | + "browserify": "^11.2.0", |
| 30 | + "browserify-shim": "^3.8.10", |
| 31 | + "debug": "^2.2.0", |
| 32 | + "eslint": "*", |
| 33 | + "gulp": "*", |
| 34 | + "gulp-concat": "*", |
| 35 | + "gulp-debug": "^2.1.1", |
| 36 | + "gulp-eslint": "*", |
| 37 | + "gulp-header": "*", |
| 38 | + "gulp-jsbeautifier": "*", |
| 39 | + "gulp-minify-css": "^1.2.1", |
| 40 | + "gulp-rename": "^1.2.2", |
| 41 | + "gulp-uglify": "*", |
| 42 | + "vinyl-source-stream": "*", |
| 43 | + "vinyl-buffer": "*" |
44 | 44 | }, |
45 | 45 | "browserify": { |
46 | | - "transform": [ |
47 | | - "browserify-shim" |
48 | | - ] |
| 46 | + "transform": [ |
| 47 | + "browserify-shim" |
| 48 | + ] |
49 | 49 | }, |
50 | 50 | "browser": { |
51 | | - "spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js", |
52 | | - "typo": "./node_modules/codemirror-spell-checker/src/js/typo.js" |
| 51 | + "spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js", |
| 52 | + "typo": "./node_modules/codemirror-spell-checker/src/js/typo.js" |
53 | 53 | }, |
54 | 54 | "browserify-shim": { |
55 | | - "spell-checker": { |
56 | | - "depends": [ |
57 | | - "typo:Typo", |
58 | | - "codemirror:CodeMirror" |
59 | | - ] |
60 | | - }, |
61 | | - "typo": { |
62 | | - "exports": "Typo" |
63 | | - } |
| 55 | + "spell-checker": { |
| 56 | + "depends": [ |
| 57 | + "typo:Typo", |
| 58 | + "codemirror:CodeMirror" |
| 59 | + ] |
| 60 | + }, |
| 61 | + "typo": { |
| 62 | + "exports": "Typo" |
| 63 | + } |
64 | 64 | }, |
65 | 65 | "repository": { |
66 | | - "type": "git", |
67 | | - "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" |
| 66 | + "type": "git", |
| 67 | + "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" |
68 | 68 | } |
69 | 69 | } |
0 commit comments