Blame view

bower_components/jquery-validation/bower.json 566 Bytes
4c373a79   Administrator   ашкые
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  {
  	"name": "jquery-validation",
  	"homepage": "http://jqueryvalidation.org/",
  	"repository": {
  		"type": "git",
  		"url": "git://github.com/jzaefferer/jquery-validation.git"
  	},
  	"authors": [
  		"Jörn Zaefferer <joern.zaefferer@gmail.com>"
  	],
  	"description": "Form validation made easy",
  	"main": "dist/jquery.validate.js",
  	"keywords": [
  		"forms",
  		"validation",
  		"validate"
  	],
  	"license": "MIT",
  	"ignore": [
  		"**/.*",
  		"node_modules",
  		"bower_components",
  		"test",
  		"demo",
  		"lib"
  	],
  	"dependencies": {
  		"jquery": ">= 1.7.2"
  	},
  	"version": "1.15.0"
  }