-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
45 lines (44 loc) · 1.29 KB
/
composer.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "uran1980/yii2-bootstrap-markdown-editor",
"description": "Yii2 Markdown Editor based on Bootstrap Markdown.",
"version": "0.0.4",
"type": "yii2-extension",
"keywords": [
"yii2",
"markdown",
"bootstrap markdown",
"gfm",
"widgets",
"editor",
"yii2-bootstrap-markdown-editor"
],
"homepage": "https://github.com/uran1980/yii2-bootstrap-markdown-editor",
"time": "2015-03-21 23:30",
"license": "MIT",
"authors": [
{
"name": "Ivan Yakovlev",
"email": "uran1980@gmail.com",
"homepage": "https://github.com/uran1980",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/uran1980/yii2-bootstrap-markdown-editor/issues",
"source": "https://github.com/uran1980/yii2-bootstrap-markdown-editor"
},
"require": {
"yiisoft/yii2": "~2",
"uran1980/yii2-textarea-autosize": "*",
"uran1980/yii2-jquery-essential": "*",
"uran1980/yii2-code-prettify": "*",
"bower-asset/bootstrap-markdown": "2.*",
"bower-asset/marked": "*",
"bower-asset/to-markdown": "*"
},
"autoload": {
"psr-4": {
"uran1980\\yii\\widgets\\markdown\\": ""
}
}
}