forked from theonion/editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
52 lines (52 loc) · 1.4 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "onion-editor",
"version": "0.2.44",
"homepage": "https://github.com/theonion/editor",
"authors": [
"Mike Wnuk <[email protected]>"
],
"description": "It's an HTML editor, now powered by the Guardian's Scribe.",
"main": [
"build/editor-main.css",
"build/inline.css",
"build/onion-editor.js"
],
"keywords": [
"editor"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public",
"examples",
"src"
],
"dependencies": {
"bulbs-public-embed-instagram": "https://github.com/theonion/bulbs-public-embed-instagram.git#~0.0.4",
"jquery": "~2.1.4"
},
"devDependencies": {
"jasmine-jquery": "~2.0.5",
"requirejs": "~2.1.9",
"scribe": "theonion/scribe#649a8af55c36ad2536a66a99d4abab57e418ba33",
"scribe-plugin-blockquote-command": "0.1.0",
"scribe-plugin-curly-quotes": "0.1.2",
"scribe-plugin-formatter-plain-text-convert-new-lines-to-html": "0.1.1",
"scribe-plugin-heading-command": "0.1.0",
"scribe-plugin-intelligent-unlink-command": "0.1.0",
"scribe-plugin-keyboard-shortcuts": "0.1.1",
"scribe-plugin-link-prompt-command": "0.1.0",
"scribe-plugin-sanitizer": "0.1.4",
"scribe-plugin-smart-lists": "0.1.4",
"scribe-plugin-toolbar": "0.2.0",
"almond": "0.2.9",
"jquery": "1.11.1"
},
"resolutions": {
"jquery": "~2.1.4"
}
}