commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / bower_components / jquery-validation / package.json
1 {
2 "name": "jquery-validation",
3 "title": "jQuery Validation Plugin",
4 "description": "Form validation made easy",
5 "version": "1.13.1",
6 "homepage": "http://jqueryvalidation.org/",
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"
27 },
28 "dependencies": {},
29 "devDependencies": {
30 "commitplease": "1.11.0",
31 "grunt": "0.4.4",
32 "grunt-contrib-compress": "0.7.0",
33 "grunt-contrib-concat": "0.3.0",
34 "grunt-contrib-copy": "0.5.0",
35 "grunt-contrib-jshint": "^0.10.0",
36 "grunt-contrib-qunit": "0.4.0",
37 "grunt-contrib-uglify": "0.4.0",
38 "grunt-contrib-watch": "0.6.0",
39 "grunt-jscs": "^0.6.1",
40 "grunt-text-replace": "0.3.11"
41 },
42 "keywords": [
43 "forms",
44 "validation",
45 "validate"
46 ]
47 }