-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbower.json
64 lines (64 loc) · 1.86 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "automizy-email-editor",
"license": "MIT",
"description": "Design mobile friendly HTML emails in your application.",
"keywords":[
"automizy-email-editor",
"automizy",
"email-editor",
"automizy-js",
"automizy-js-api",
"email",
"editor",
"free",
"integrate",
"responsive",
"mobile-friendly"
],
"private": false,
"ignore": [
"**/.*",
"build",
"AUTHORS.txt",
"Gruntfile.js",
"package.json"
],
"moduleType":[
"globals",
"amd"
],
"main":[
"src/aee.js",
"src/aee.css"
],
"authors":[
{ "name": "Gyorgy Reti", "email": "[email protected]" },
{ "name": "Dominik Sagi", "email": "[email protected]" },
{ "name": "Abel Enekes", "email": "[email protected]" },
{ "name": "Gabor Koncz", "email": "[email protected]" }
],
"repository": {
"type": "git",
"url": "git://github.com/automizy/automizy-email-editor.git"
},
"dependencies": {
"jquery": "2.*",
"jquery-cookie": "*",
"jquery-file-upload": "*",
"jquery-mousewheel": "*",
"colpick": "https://github.com/josedvq/colpick-jQuery-Color-Picker.git#master",
"jquery-ui": "*",
"jquery-ui-multiselect": "https://github.com/ehynds/jquery-ui-multiselect-widget.git#master",
"jquery-ui-timepicker-addon":"https://github.com/trentrichardson/jQuery-Timepicker-Addon.git#master",
"jquery-ui-tag-it":"https://github.com/aehlke/tag-it.git#master",
"jqueryui-touch-punch":"*",
"jquery.nicescroll":"*",
"prettify":"https://github.com/google/code-prettify.git#master",
"iphone-style-checkboxes":"https://github.com/tdreyno/iphone-style-checkboxes.git#1032aa94bf59a95dae6a15a1f07a0fb347ae6436",
"hammer.js":"*",
"tinymce": "4.*",
"requirejs": "https://github.com/jrburke/requirejs.git#master",
"automizy-js": "*",
"automizy-js-api": "*"
}
}