forked from christiaan/tinymce-codemirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 710 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 710 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": "tinymce-codemirror",
"version": "1.5.1",
"description": "CodeMirror for TinyMCE 4",
"main": "plugins/codemirror/plugin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/christiaan/tinymce-codemirror.git"
},
"scripts": {
"prepublish": "./node_modules/.bin/uglifyjs plugins/codemirror/plugin.js -o plugins/codemirror/plugin.min.js -m"
},
"keywords": [
"tinymce",
"codemirror"
],
"author": "Arjan Haverkamp",
"license": "ISC",
"bugs": {
"url": "https://github.com/christiaan/tinymce-codemirror/issues"
},
"homepage": "https://github.com/christiaan/tinymce-codemirror#readme",
"devDependencies": {
"uglify-js": "^2.7.0"
}
}