repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
added summernote asset for patient portal
[openemr.git]
/
public
/
assets
/
summernote-0-8-2
/
bower.json
blob
dac46392bc912f800793f86d9b054cb40fee8d5b
1
{
2
"name": "summernote",
3
"homepage": "http://summernote.org",
4
"license": "MIT",
5
"main": [
6
"./dist/summernote.js",
7
"./dist/summernote.css"
8
],
9
"ignore": [
10
"**/.*",
11
"Gruntfile.js",
12
"MAINTAIN.md",
13
"grunts",
14
"node_modules",
15
"bower_components",
16
"test"
17
],
18
"dependencies": {
19
"jquery": ">= 1.9.0",
20
"bootstrap": ">= 3.0.1"
21
}
22
}