forked from stevenmills/bootstrapvalidator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.05 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
{
"name": "bootstrapValidator",
"version": "0.5.1-dev",
"description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
"keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
"author": {
"name": "Nguyen Huu Phuoc",
"email": "phuoc@huuphuoc.me",
"url": "https://twitter.com/nghuuphuoc"
},
"homepage": "http://bootstrapvalidator.com",
"bugs": {
"url": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
"email": "phuoc@huuphuoc.me"
},
"license": "MIT",
"main": "./dist/js/bootstrapValidator.js",
"repository": {
"type": "git",
"url": "https://github.com/nghuuphuoc/bootstrapvalidator.git"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest"
}
}