bug rename seance
This commit is contained in:
parent
ccc91bbf19
commit
2def20d16f
384 changed files with 686 additions and 570 deletions
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"name": "jquery-validation",
|
||||
"title": "jQuery Validation Plugin",
|
||||
"description": "Client-side form validation made easy",
|
||||
"version": "1.14.0",
|
||||
"homepage": "http://jqueryvalidation.org/",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Jörn Zaefferer",
|
||||
"email": "joern.zaefferer@gmail.com",
|
||||
"url": "http://bassistance.de"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jzaefferer/jquery-validation.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jzaefferer/jquery-validation/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "grunt",
|
||||
"prepublish": "grunt"
|
||||
},
|
||||
"files": [
|
||||
"dist/localization/",
|
||||
"dist/additional-methods.js",
|
||||
"dist/jquery.validate.js"
|
||||
],
|
||||
"main": "dist/jquery.validate.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"commitplease": "2.0.0",
|
||||
"grunt": "0.4.4",
|
||||
"grunt-contrib-compress": "0.7.0",
|
||||
"grunt-contrib-concat": "0.3.0",
|
||||
"grunt-contrib-copy": "0.5.0",
|
||||
"grunt-contrib-jshint": "^0.10.0",
|
||||
"grunt-contrib-qunit": "0.4.0",
|
||||
"grunt-contrib-uglify": "0.4.0",
|
||||
"grunt-contrib-watch": "0.6.0",
|
||||
"grunt-jscs": "1.0.0",
|
||||
"grunt-text-replace": "0.3.11"
|
||||
},
|
||||
"keywords": [
|
||||
"jquery",
|
||||
"jquery-plugin",
|
||||
"forms",
|
||||
"validation",
|
||||
"validate"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue