-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
36 lines (36 loc) · 997 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
36
{
"name": "jquery-validation-bootstrap-tooltip",
"version": "0.11.0",
"description": "A drop in extension replacing error labels from jQuery Validation plugin with Twitter Bootstrap tooltips",
"main": "jquery-validate.bootstrap-tooltip.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Thrilleratplay/jquery-validation-bootstrap-tooltip.git"
},
"keywords": [
"jquery",
"validation",
"twitter",
"bootstrap",
"tooltip",
"popover",
"plugin",
"error",
"validate"
],
"dependencies": {
"bootstrap": "*",
"jquery": "^3.0.0"
},
"author": "ThrillerAtPlay <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Thrilleratplay/jquery-validation-bootstrap-tooltip/issues"
},
"homepage": "https://github.com/Thrilleratplay/jquery-validation-bootstrap-tooltip",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-bump": "^0.6.0",
"grunt-contrib-uglify": "^5.2.2"
}
}