-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 916 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": "mrFeedback",
"version": "0.2.12",
"homepage": "http://teorossi82.github.io/mrFeedback/",
"authors": [
"Matteo Rossi <teorossi82@yahoo.it>"
],
"description": "Create box feedback for your Angular App: simple, complete, personalized. With this plugin you can create and show a 'box feedback' to the user. You can set 'title' and 'message' to show, add buttons that run connected functions when clicked",
"main": [
"dist/mrFeedback.js",
"dist/mrFeedback.css"
],
"dependencies": {
"jquery": "^1.8.0",
"angular": "^1.4.0",
"components-font-awesome":"^4.5.0",
"angular-sanitize": "^1.4.0"
},
"keywords": [
"alert",
"feedback",
"box alert",
"box feedback",
"simple feedback",
"angular feedback"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"build",
"test",
"tests"
]
}