-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 828 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 828 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
{
"name": "jquery-comments",
"version": "1.3.0",
"homepage": "http://viima.github.io/jquery-comments/",
"authors": [
"Joona Tykkyläinen <joona@viima.com>"
],
"description": "jquery-comments is a jQuery plugin for implementing an out-of-the-box commenting solution to any web application with an existing backend. It provides all the UI functionalities and ties them to callbacks that let you easily define what you want to do with the data. The library is highly customizable and very easy to integrate thanks to a wide variety of settings.",
"main": "js/lib/jquery-comments.js",
"keywords": [
"comments",
"commenting",
"discussion"
],
"license": "MIT",
"moduleType": "globals",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests",
"screenshot.png"
]
}