-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathbower.json
32 lines (32 loc) · 772 Bytes
/
bower.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
{
"name": "medium-editor-markdown",
"description": "A Medium Editor extension to add markdown support.",
"main": "src/medium-editor-md.js",
"authors": [
"Nate Mielnik <nathan@outlook.com>",
"@prevuelta (http://www.pablorevuelta.com/)",
"okmttdhr (http://okmttdhr.github.io/)",
"Mattias Cibien (http://github.com/mattiascibien)"
],
"license": "MIT",
"keywords": [
"medium",
"editor",
"markdown"
],
"homepage": "https://github.com/IonicaBizau/medium-editor-markdown",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"UglifyJS2": "mishoo/UglifyJS2#^2.5.0"
},
"dependencies": {
"medium-editor": "^5.0.0",
"to-markdown": "^3.0.3"
}
}