aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/ckeditor/package.json
blob: 99a316efe0578ca28cc127c35fe7e72dda25b609 (plain) (blame)
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",
  "version": "4.10.0",
  "description": "JavaScript WYSIWYG web text editor.",
  "main": "ckeditor.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ckeditor/ckeditor-releases.git"
  },
  "keywords": [
    "ckeditor",
    "fckeditor",
    "editor",
    "wysiwyg",
    "html",
    "richtext",
    "text",
    "javascript"
  ],
  "author": "CKSource (http://cksource.com/)",
  "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  "bugs": {
    "url": "http://dev.ckeditor.com"
  },
  "homepage": "http://ckeditor.com"
}