UNPKG

jquery-validation-sk

Version:
61 lines (60 loc) 1.35 kB
{ "name": "jquery-validation-sk", "description": "jQuery Validation Plugin Style for ShaneKing", "version": "1.0.3", "homepage": "https://github.com/ShaneKing/jquery-validation-sk", "license": "MIT", "author": { "name": "ShaneKing", "email": "github@azolla.org", "url": "http://shaneking.org" }, "repository": { "type": "git", "url": "git@github.com:ShaneKing/jquery-validation-sk.git" }, "bugs": { "url": "https://github.com/ShaneKing/jquery-validation-sk/issues" }, "licenses": [ { "type": "MIT", "url": "https://opensource.org/licenses/MIT" } ], "scripts": { "test": "grunt" }, "files": [ "demo", "dist", "src", "Gruntfile.js", "LICENSE" ], "main": "dist/jquery.validate.sk.js", "dependencies": { "jquery-validation": "^1.15.0" }, "devDependencies": { "commitplease": "^2.3.0", "grunt": "^0.4.5", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-concat": "^1.0.0", "grunt-contrib-uglify": "^1.0.0", "grunt-contrib-sass": "^1.0.0", "grunt-contrib-cssmin": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-banner": "^0.6.0", "jquery-validation": "^1.15.0" }, "keywords": [ "jquery", "jquery-plugin", "forms", "validation", "validate", "ShaneKing", "sk" ] }