-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
43 lines (43 loc) · 898 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
37
38
39
40
41
42
43
{
"name": "angular-bootstrap-feedback",
"authors": [
"Robert Young"
],
"description": "User feedback component for angular and bootstrap that allows the user to take a screenshot and highlight areas.",
"main": [
"./dist/angular-bootstrap-feedback.js",
"./dist/angular-bootstrap-feedback.styles.css"
],
"keywords": [
"angular",
"bootstrap",
"feedback"
],
"license": "MIT",
"homepage": "",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"gulpfile.js",
"package.json",
"tsconfig.json",
"typings.json",
"src",
"index.html",
"stylesheets",
"params.json"
],
"dependencies": {
"angular": "^1.5.0",
"bootstrap": "^3.3.6",
"angular-bootstrap": "^1.3.2",
"html2canvas": "^0.4.1"
},
"devDependencies": {
"angular-mocks": "^1.5.5"
}
}