forked from jakiestfu/Medium.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 763 Bytes
/
Copy pathbower.json
File metadata and controls
26 lines (26 loc) · 763 Bytes
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": "Medium.js",
"author": "Jakob Kelly <jakie8@gmail.com> (http://jakiestfu.com)",
"contributors": [
{
"name": "Robert Plummer <robertleeplummerjr@gmail.com> (http://visop-dev.com)"
}
],
"homepage": "http://jakiestfu.github.io/Medium.js",
"bugs": "https://github.com/jakiestfu/Medium.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/jakiestfu/Medium.js"
},
"dependencies": {
"rangy-official": ">=1.3",
"undo": "https://github.com/jzaefferer/undo/archive/master.zip"
},
"devDependencies": {
"testify.js": ">=1.0"
},
"keywords": ["editor", "wysiwyg", "contenteditable", "content", "medium", "medium.com"],
"license": "MIT",
"files": ["medium.js", "medium.css"],
"main": ["medium.js", "medium.css"]
}