forked from Viima/jquery-comments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
24 lines (24 loc) · 828 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
{
"name": "jquery-comments",
"version": "1.1.2",
"homepage": "http://viima.github.io/jquery-comments/",
"authors": [
"Joona Tykkyläinen <[email protected]>"
],
"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"
]
}