aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/static/new/packages/ValidationPlugin/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/static/new/packages/ValidationPlugin/package.json')
-rw-r--r--[-rwxr-xr-x]wqflask/wqflask/static/new/packages/ValidationPlugin/package.json90
1 files changed, 56 insertions, 34 deletions
diff --git a/wqflask/wqflask/static/new/packages/ValidationPlugin/package.json b/wqflask/wqflask/static/new/packages/ValidationPlugin/package.json
index 439d5f7d..c7f49618 100755..100644
--- a/wqflask/wqflask/static/new/packages/ValidationPlugin/package.json
+++ b/wqflask/wqflask/static/new/packages/ValidationPlugin/package.json
@@ -1,35 +1,57 @@
{
- "name": "jquery-validation",
- "title": "jQuery Validation Plugin",
- "description": "Form validation made easy",
- "version": "1.10.0",
- "homepage": "https://github.com/jzaefferer/jquery-validation",
- "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"
- },
- {
- "type": "GPL",
- "url": "http://www.opensource.org/licenses/GPL-2.0"
- }
- ],
- "dependencies": {},
- "devDependencies": {
- "grunt": "0.3.x",
- "zipstream": "0.2.x"
- },
- "keywords": []
-} \ No newline at end of file
+ "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"
+ ]
+}