-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 954 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
29
30
31
32
33
34
35
{
"name": "v_underscore",
"version": "1.1.2",
"description": "The most convenient little validation library you'll ever meet.",
"keywords": [
"form",
"validation",
"validations"
],
"homepage": "https://endahallahan.github.io/V_/",
"repository": "https://github.com/EndaHallahan/V_",
"main": "src/js/V_.js",
"scripts": {
"test": "mocha",
"build": "webpack --config webpack.config.js"
},
"author": "rb_",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"jsdom": "^16.2.0",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^7.0.1",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-fix-style-only-entries": "^0.4.0",
"zxcvbn": "^4.4.2"
}
}