forked from froala/angular-froala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 754 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
33
34
35
36
37
38
39
{
"name": "angular-froala",
"version": "2.7.1",
"authors": [
"Cameron Gallarno <cgallarno@gmail.com>",
"Stefan Neculai <stefan@froala.com>"
],
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.",
"main": "src/angular-froala.js",
"keywords": [
"angular.js",
"froala",
"html",
"text",
"editor",
"wysiwyg",
"jquery-plugin",
"rich editor",
"rich text editor",
"rte",
"javascript",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"froala-wysiwyg-editor": "^2.7.1",
"angular": ">=1.0"
},
"devDependencies": {
"angular-mocks": "~1.4.8"
}
}