forked from textAngular/textAngular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 778 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
{
"name": "textAngular",
"version": "1.3.11",
"main": [
"./src/textAngular.js",
"./src/textAngular-sanitize.js",
"./src/textAngularSetup.js",
"./src/textAngular.css"
],
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"keywords": [
"editor",
"angular",
"wysiwyg"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test*",
"demo*",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"angular": "^1.2.x",
"bootstrap-css-only": "^3.0.x",
"font-awesome": "^4.0.x",
"rangy": "^1.2.0"
},
"devDependencies": {
"angular-mocks": "~1.2.x",
"jquery": "1.9.x"
},
"license": "MIT",
"homepage": "https://github.com/fraywing/textAngular"
}