|
1 | 1 | {
|
2 |
| - "name": "MadeHQ/silverstripe-markdown", |
3 |
| - "description": "SilverStripe Module. Replaces TinyMCE editor with a Markdown editor.", |
| 2 | + "name": "MadeHQ/silverstripe-markdown", |
| 3 | + "description": "SilverStripe Module. Replaces TinyMCE editor with a Markdown editor.", |
4 | 4 | "version": "0.0.1-dev",
|
5 |
| - "type": "silverstripe-module", |
6 |
| - "keywords": ["silverstripe", "markdown"], |
| 5 | + "type": "silverstripe-module", |
| 6 | + "keywords": ["silverstripe", "markdown"], |
7 | 7 | "homepage": "http://www.mademedia.co.uk",
|
8 | 8 | "time": "2015-07-19 12:15:00",
|
9 |
| - "license": "BSD-3-Clause", |
10 |
| - "authors": [ |
11 |
| - { |
12 |
| - "name": "Sealan Cronin", |
13 |
| - "homepage": "http://www.mademedia.co.uk/", |
14 |
| - "role": "Developer" |
15 |
| - }, |
16 |
| - { |
17 |
| - "name": "Hiren Patel", |
18 |
| - |
19 |
| - "role": "Developer" |
20 |
| - }, |
21 |
| - { |
22 |
| - "name": "Nivanka Fonseka", |
23 |
| - |
24 |
| - "role": "Developer" |
25 |
| - } |
26 |
| - ], |
| 9 | + "license": "BSD-3-Clause", |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "Sealan Cronin", |
| 13 | + "homepage": "http://www.mademedia.co.uk/", |
| 14 | + "role": "Developer" |
| 15 | + }, |
| 16 | + { |
| 17 | + "name": "Hiren Patel", |
| 18 | + |
| 19 | + "role": "Developer" |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "Nivanka Fonseka", |
| 23 | + |
| 24 | + "role": "Developer" |
| 25 | + } |
| 26 | + ], |
27 | 27 | "support": {
|
28 |
| - |
29 |
| - "issues": "https://github.com/MadeHQ/silverstripe-markdown/issues", |
30 |
| - "wiki": "https://github.com/MadeHQ/silverstripe-markdown/wiki", |
31 |
| - "source": "https://github.com/MadeHQ/silverstripe-markdown" |
| 28 | + |
| 29 | + "issues": "https://github.com/MadeHQ/silverstripe-markdown/issues", |
| 30 | + "wiki": "https://github.com/MadeHQ/silverstripe-markdown/wiki", |
| 31 | + "source": "https://github.com/MadeHQ/silverstripe-markdown" |
| 32 | + }, |
| 33 | + "require": |
| 34 | + { |
| 35 | + "silverstripe/framework": "3.1.13", |
| 36 | + "composer/installers": "*" |
32 | 37 | },
|
33 |
| - "require": |
34 |
| - { |
35 |
| - "silverstripe/framework": "3.1.13", |
36 |
| - "composer/installers": "*" |
37 |
| - }, |
38 |
| - "extra": { |
39 |
| - "installer-name": "markdown" |
40 |
| - } |
| 38 | + "extra": { |
| 39 | + "installer-name": "markdown" |
| 40 | + } |
41 | 41 | }
|
0 commit comments