forked from ionparticle/angular-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 640 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 640 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
{
"name": "angular-ckeditor",
"main": "angular-ckeditor.js",
"version": "1.0.3",
"homepage": "https://github.com/lemonde/angular-ckeditor",
"authors": [
"Team Le8 <projet-cms-tech@lemonde.fr>"
],
"description": "CKEditor directive for Angular.",
"keywords": [
"angular",
"directive",
"ckeditor"
],
"license": "MIT",
"ignore": [
"**/.*",
"package.json",
"karma.conf.js",
"node_modules",
"bower_components",
"Gruntfile.js",
"test"
],
"devDependencies": {
"angular-mocks": "~1.3.21",
"ckeditor": "#full/4.4.6",
"jquery": "~2.1.4",
"lodash": "~3.10.1"
}
}