-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
52 lines (51 loc) · 1.35 KB
/
bower.json
File metadata and controls
52 lines (51 loc) · 1.35 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "angular-summernote-help",
"version": "1.0.5",
"authors": [
"zerdos91 <zerdos@monguz.hu>"
],
"description": "angular-summernote fork - Image browse from help orientdb, with rest calls",
"main": "./dist/angular-summernote.js",
"moduleType": [
"globals"
],
"keywords": [
"summernote",
"angular",
"help-container",
"eldorado",
"monguz",
"qulto"
],
"license": "MIT",
"ignore": [
"node_modules/",
"examples/",
"test/",
"Gruntfile.js",
"karma.conf.js",
"package.json",
".travis.yml",
".jshintrc",
".gitignore",
".editorconfig",
".bowerrc",
".coveralls.yml"
],
"repository": {
"type": "git",
"url": "git://github.com/monguzltd/angular-summernote-help.git"
},
"dependencies": {
"summernote-help": "latest",
"angular": "~1.4.0"
},
"devDependencies": {
"angular-1.2": "https://raw.githubusercontent.com/angular/bower-angular/v1.2.26/angular.min.js",
"angular-1.3": "https://raw.githubusercontent.com/angular/bower-angular/v1.3.17/angular.min.js",
"chai": "~2.3.0",
"angular-mocks": "~1.4.0",
"angular-mocks-1.2": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.2.26/angular-mocks.js",
"angular-mocks-1.3": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.3.17/angular-mocks.js"
}
}