@@ -0,0 +1,20 @@
+'use strict';
+
+module.exports = {
+ // Name of CKEditor instance exposed as global variable by a bundle.
+ moduleName: 'ClassicEditor',
+ editor: 'editor-classic/classic',
+ // List of features.
+ features: [
+ 'delete',
+ 'typing',
+ 'undo',
+ 'basic-styles/bold',
+ 'basic-styles/italic',
+ 'headings',
+ 'paragraph',
+ 'enter'
+ ]
+};
@@ -85,7 +85,7 @@
"through2": "^2.0.0"
},
"engines": {
- "node": ">=5.0.0",
+ "node": ">=6.0.0",
"npm": ">=3.0.0"
"author": "CKSource (http://cksource.com/)",