forked from haacked/aspnet-client-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 848 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
{
"name": "aspnet-client-validation",
"version": "0.10.2",
"description": "Enables ASP.NET MVC client-side validation, without jQuery!",
"main": "dist/aspnet-validation.js",
"style": "dist/aspnet-validation.css",
"types": "types/index.d.ts",
"repository": "https://github.com/haacked/aspnet-client-validation",
"bugs": {
"url": "https://github.com/haacked/aspnet-client-validation/issues"
},
"homepage": "https://github.com/haacked/aspnet-client-validation#readme",
"author": "Ryan Elian, Phil Haack",
"license": "MIT",
"scripts": {
"prebuild": "node ./script/prebuild.js",
"build": "webpack && webpack --config webpack.config.min.js",
"prepare": "npm run build"
},
"devDependencies": {
"ts-loader": "^5.3.1",
"typescript": "^4.9.5",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
}
}