forked from stevenbenner/jquery-powertip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.23 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "powertip",
"title": "PowerTip",
"description": "A jQuery plugin that creates hover tooltips.",
"version": "1.2.0",
"homepage": "http://stevenbenner.github.io/jquery-powertip/",
"author": {
"name": "Steven Benner",
"url": "http://stevenbenner.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/stevenbenner/jquery-powertip.git"
},
"bugs": {
"url": "https://github.com/stevenbenner/jquery-powertip/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/stevenbenner/jquery-powertip/master/LICENSE.txt"
}
],
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"powertip",
"jquery",
"tooltip",
"tooltips",
"ui",
"browser"
],
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-compress": "~0.13",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-copy": "~0.7",
"grunt-contrib-csslint": "~0.4",
"grunt-contrib-cssmin": "~0.12",
"grunt-contrib-jshint": "~0.11",
"grunt-contrib-qunit": "~0.7",
"grunt-contrib-uglify": "~0.9",
"grunt-contrib-watch": "~0.6",
"grunt-indent": "~0.1",
"grunt-jscs": "1.8",
"grunt-jsonlint": "~1.0",
"grunt-shell": "~1.1"
},
"scripts": {
"test": "grunt travis --verbose"
}
}