Files
leanote/public/admin/js/jquery-validation-1.13.0/.svn/text-base/package.json.svn-base
life 87269cc939 Merge branch 'develop'
admin [init ok]
lea++ blog platform [ok]
2014-09-24 22:24:52 +08:00

48 lines
1.0 KiB
Plaintext

{
"name": "jquery-validation",
"title": "jQuery Validation Plugin",
"description": "Form validation made easy",
"version": "1.13.0",
"homepage": "http://jqueryvalidation.org/",
"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"
},
"dependencies": {},
"devDependencies": {
"commitplease": "1.7.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": "^0.6.1",
"grunt-text-replace": "0.3.11"
},
"keywords": [
"forms",
"validation",
"validate"
]
}