forked from outsideris/angular-summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (37 loc) · 963 Bytes
/
bower.json
File metadata and controls
38 lines (37 loc) · 963 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
34
35
36
37
38
{
"name": "angular-summernote-wb55sv3",
"description": "AngularJS directive to Summernote",
"version": "0.8.3",
"main": [
"./dist/angular-summernote.js"
],
"license": "MIT",
"ignore": [
"node_modules/",
"examples/",
"test/",
"Gruntfile.js",
"karma.conf.js",
"package.json",
".travis.yml",
".jshintrc",
".gitignore",
".editorconfig",
".bowerrc",
".coveralls.yml"
],
"keywords": ["angular.js", "summernote", "editor", "directive"],
"authors": [{
"name": "\"Outsider\" Jeonghoon Byun",
"email": "outsideris@gmail.com",
"url": "http://blog.outsider.ne.kr/"
}],
"repository": {
"type": "git",
"url": "https://github.com/wb55s/angular-summernote"
},
"dependencies": {
"summernote": "https://github.com/wb55s/summernote.git",
"angular": "~1.5.0"
}
}