forked from uon-nuget/UoN.ExpressiveAnnotations.NetCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibman.json
More file actions
27 lines (26 loc) · 830 Bytes
/
libman.json
File metadata and controls
27 lines (26 loc) · 830 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
{
"version": "1.0",
"defaultProvider": "filesystem",
"libraries": [
{
"library": "node_modules/expressive-annotations-validate/dist/",
"files": [ "expressive.annotations.validate.js" ],
"destination": "wwwroot/js"
},
{
"library": "node_modules/jquery/dist",
"files": [ "jquery.js" ],
"destination": "wwwroot/js"
},
{
"library": "node_modules/jquery-validation/dist",
"files": [ "jquery.validate.js" ],
"destination": "wwwroot/js"
},
{
"library": "node_modules/jquery-validation-unobtrusive/dist",
"files": [ "jquery.validate.unobtrusive.js" ],
"destination": "wwwroot/js"
}
]
}