-
Notifications
You must be signed in to change notification settings - Fork 42
/
bower.json
45 lines (45 loc) · 818 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
40
41
42
43
44
45
{
"name": "ngWYSIWYG",
"version": "0.6.2",
"homepage": "https://github.com/psergus/ngWYSIWYG",
"authors": [
"Sergey Petrenko <sergey@inkfrog.com>"
],
"description": "Angular WYSIWYG directive",
"main": [
"dist/editor.min.css",
"dist/wysiwyg.min.js",
"dist/images/header-bg.gif",
"dist/images/icons.png",
"dist/images/resize.gif"
],
"keywords": [
"angular",
"wysiwyg",
"texteditor",
"angular",
"iframe",
"angular",
"directive",
"angualr",
"rich",
"text",
"angular",
"wysiwyg",
"angular",
"angular",
"editor"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.0",
"angular-sanitize": "~1.2.0"
}
}