Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 {
A 2   "name": "jquery-validation",
3   "title": "jQuery Validation Plugin",
4   "description": "Form validation made easy",
5   "version": "1.11.1",
6   "homepage": "https://github.com/jzaefferer/jquery-validation",
7   "author": {
8     "name": "Jörn Zaefferer",
9     "email": "joern.zaefferer@gmail.com",
10     "url": "http://bassistance.de"
11   },
12   "repository": {
13     "type": "git",
14     "url": "git://github.com/jzaefferer/jquery-validation.git"
15   },
16   "bugs": {
17     "url": "https://github.com/jzaefferer/jquery-validation/issues"
18   },
19   "licenses": [
20     {
21       "type": "MIT",
22       "url": "http://www.opensource.org/licenses/MIT"
23     }
24   ],
25   "scripts": {
26     "test": "grunt jshint qunit"
27   },
28   "dependencies": {},
29   "devDependencies": {
30     "grunt": "0.4.x",
31     "grunt-contrib-qunit": "~0.2.0",
32     "grunt-contrib-jshint": "~0.2.0",
33     "grunt-contrib-uglify": "~0.1.1",
34     "grunt-contrib-concat": "~0.1.3",
35     "grunt-zipstream": "~0.2.2"
36   },
37   "keywords": [
38     "forms",
39     "validation",
40     "validate"
41   ]
42 }