forked from kswedberg/jquery-cluetip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 845 Bytes
/
package.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
{
"name": "cluetip",
"title": "jQuery clueTip plugin",
"version": "1.2.10",
"description": "Displays a highly customizable tooltip when the user interacts with the matched element.",
"main": "jquery.cluetip.js",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-concat": "~0.1.2",
"grunt-shell": "~0.2",
"grunt-version": "~0.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/kswedberg/jquery-cluetip.git"
},
"keywords": [
"jQuery",
"plugin",
"tooltip"
],
"author": {
"name": "Karl Swedberg",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"readmeFilename": "readme.md"
}