forked from vedmack/feedback_me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback_me.jquery.json
More file actions
29 lines (29 loc) · 839 Bytes
/
Copy pathfeedback_me.jquery.json
File metadata and controls
29 lines (29 loc) · 839 Bytes
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
{
"name": "feedback_me",
"title": "jQuery Feedback Plugin",
"description": "This jQuery plug-in allows user to easily add an animatable UI widget with a feedback form which slides from the side of the screen.",
"keywords": [
"jquery",
"feedback",
"plugin"
],
"version": "0.3.7",
"author": {
"name": "Daniel Reznick",
"url": "https://github.com/vedmack"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/vedmack/feedback_me/issues",
"homepage": "http://feedback-me.appspot.com/",
"docs": "https://github.com/vedmack/feedback_me/blob/master/README.md",
"download": "https://github.com/vedmack/feedback_me/archive/master.zip",
"dependencies": {
"jquery": ">=1.4",
"jqueryui": ">=1.7"
}
}