-
Notifications
You must be signed in to change notification settings - Fork 9
/
bower.json
36 lines (36 loc) · 856 Bytes
/
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
{
"name": "trumbowyg-ng",
"description": "Angular directive for wysiwyg editor Trumbowyg",
"author": "lizardK",
"version": "0.0.3",
"private": false,
"main": "./dist/trumbowyg-ng.min.js",
"repository": {
"type": "git",
"url": "[email protected]:lizardK/trumbowyg-ng.git"
},
"ignore": [
"components",
"bower_components",
"client",
"node_modules",
"Gruntfile.js",
"src",
"karma.conf.js",
".jshintrc",
".editorconfig"
],
"dependencies": {
"jquery": "~2.1.3",
"angular": "1.3.x",
"angular-sanitize": "1.3.x",
"trumbowyg": "2.5.0"
},
"devDependencies": {
"angular-mocks": ">=1.3.0",
"angular-scenario": ">=1.3.0"
},
"resolutions": {
"angular": "1.3.x"
}
}