-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 739 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 739 Bytes
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
{
"name": "ckeditor-codemirror-plugin",
"version": "1.18.9",
"author": "w8tcha",
"description": "Syntax Highlighting for the CKEditor (Source View and Source Dialog) with the CodeMirror Plugin.",
"repository": {
"type": "git",
"url": "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin.git"
},
"keywords": [
"CKEditor",
"CodeMirror"
],
"devDependencies": {
"@lodder/time-grunt": "^4.0.0",
"@w8tcha/grunt-dev-update": "^2.3.4",
"codemirror": "^5.65.19",
"grunt": "~1.6.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "*",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "~1.1.0",
"js-beautify": "^1.15.4"
}
}