forked from jquery-validation/jquery-validation.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 797 Bytes
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
{
"name": "jqueryvalidation-content",
"title": "jQuery Validation Plugin site content",
"description": "Site content for the jQuery Validation Plugin",
"version": "1.0.0",
"homepage": "http://validation.bassistance.de",
"author": {
"name": "Jörn Zaefferer (http://bassistance.de/)"
},
"repository": {
"type": "git",
"url": "git://github.com/jzaefferer/jqueryvalidation-content.git"
},
"bugs": {
"url": "https://github.com/jzaefferer/jqueryvalidation-content/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"grunt": "0.3.17",
"grunt-clean": "0.3.0",
"grunt-wordpress": "1.0.7",
"grunt-jquery-content": "0.9.0",
"grunt-check-modules": "0.1.0"
}
}