forked from textAngular/textAngular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 731 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 731 Bytes
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
{
"name": "textAngular",
"version": "1.3.0-pre4",
"main": ["./src/textAngular.js", "./src/textAngularSetup.js", "./src/textAngular.css"],
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"keywords": [
"editor",
"angular",
"wysiwyg",
"jquery"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test*",
"demo*",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"angular": "~1.2.x"
},
"devDependencies": {
"angular-mocks": "~1.2.x",
"jquery": "1.9.x",
"bootstrap": "3.0.x",
"font-awesome": "4.0.x",
"rangy": "1.2.x"
},
"license": "MIT",
"homepage": "https://github.com/fraywing/textAngular"
}