forked from guardian/scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
21 lines (21 loc) · 714 Bytes
/
bower.json
File metadata and controls
21 lines (21 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "scribe",
"dependencies": {
"eventEmitter": "~4.2.6",
"html-janitor": "b73d906f2e30dbfd7d84d28305b42a91118fcd65",
"lodash-amd": "~2.4.0"
},
"devDependencies": {
"requirejs": "~2.1.9",
"scribe-plugin-blockquote-command": "0.1.0",
"scribe-plugin-curly-quotes": "0.1.0",
"scribe-plugin-formatter-plain-text-convert-new-lines-to-html": "0.1.0",
"scribe-plugin-heading-command": "0.1.0",
"scribe-plugin-intelligent-unlink-command": "0.1.0",
"scribe-plugin-keyboard-shortcuts": "0.1.0",
"scribe-plugin-link-prompt-command": "0.1.0",
"scribe-plugin-sanitizer": "0.1.0",
"scribe-plugin-smart-lists": "0.1.0",
"scribe-plugin-toolbar": "0.1.0"
}
}