forked from jwaliszko/ExpressiveAnnotations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 892 Bytes
/
package.json
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
{
"name": "expressive-annotations-validate",
"version": "$version$",
"license": "MIT",
"homepage": "https://github.com/jwaliszko/ExpressiveAnnotations",
"description": "Client-side component of ExpressiveAnnotations",
"author": "Jarosław Waliszko <jaroslaw.waliszko@gmail.com>",
"main": "dist/expressive.annotations.validate.js",
"files": [
"dist/expressive.annotations.validate.js",
"dist/expressive.annotations.validate.min.js"
],
"repository": {
"type": "git",
"url": "git://github.com/jwaliszko/ExpressiveAnnotations.git"
},
"dependencies": {
"jquery": ">=1.8.2",
"jquery-validation-unobtrusive": ">=3.1.1",
"jquery-validation": ">=1.10.0"
},
"keywords": [
"validation",
"mvc",
"aspnetmvc",
"dataannotations"
]
}