Blame view

common/components/ckeditor/composer.json 751 Bytes
c7f222e2   Artem   first
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
27
28
29
  {
      "name": "mihaildev/yii2-ckeditor",
      "keywords": ["yii", "wysiwyg", "editor", "CKEditor"],
      "description": "Yii2 CKEditor",
      "homepage": "https://github.com/MihailDev/yii2-ckeditor",
      "license": "BSD-3-Clause",
      "type": "yii2-extension",
  	"minimum-stability":"stable",
      "authors": [
          {
              "name": "Mihail",
              "email": "mihail.kucher@gmail.com",
              "homepage": "https://github.com/MihailDev",
              "role": "Developer"
          }
      ],
      "autoload": {
          "psr-4": {"mihaildev\\ckeditor\\": ""}
      },
      "require": {
          "yiisoft/yii2": "*"
      },
  	"extra": {
  		"asset-installer-paths": {
  			"npm-asset-library": "vendor/npm",
  			"bower-asset-library": "vendor/bower"
  		}
  	}
  }