forked from horprogs/Just-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.6 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "just-validate",
"version": "1.3.3",
"description": "Lightweight (~4,5kb gzip) form validation in Javascript Vanilla, without dependencies, with customizable rules (including remote validation), customizable messages and customizable submit form with ajax helper.",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build",
"lint-md": "remark .",
"semantic-release": "semantic-release"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"author": "Perepecho Georgy (Horprogs) <horprogs@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/horprogs/Just-validate.git"
},
"keywords": [
"form",
"validation",
"just-validate",
"remote validation",
"ajax validation",
"custom messages"
],
"bugs": {
"url": "https://github.com/horprogs/Just-validate/issues"
},
"homepage": "https://github.com/horprogs/Just-validate#readme",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.11.2",
"eslint": ">=4.18.2",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^1.5.3",
"prettier": "^1.15.2",
"remark-cli": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.2",
"run-sequence": "^1.2.2",
"semantic-release": "^15.13.3"
},
"dependencies": {
"promise-polyfill": "^6.0.2"
}
}