-
Notifications
You must be signed in to change notification settings - Fork 479
/
package.json
48 lines (48 loc) · 1.16 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
{
"author": {
"name" : "Caleb Jacob",
"email" : "[email protected]",
"url" : "http://calebjacob.com"
},
"bugs": {
"url": "https://github.com/calebjacob/tooltipster/issues"
},
"description": "A flexible and extensible jQuery plugin for modern tooltips.",
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-uglify": "1.0.1",
"grunt-string-replace": "1.2.1",
"grunt-umd": "3.0.0"
},
"homepage": "https://github.com/calebjacob/tooltipster",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"tooltip",
"tooltips"
],
"license": "MIT",
"main": "dist/js/tooltipster.bundle.min.js",
"maintainers": [{
"name" : "Louis Ameline",
"email" : "[email protected]",
"url" : "https://github.com/louisameline"
}],
"name": "tooltipster",
"peerDependencies": {
"jquery": ">=1.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/iamceege/tooltipster.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "4.2.8"
}