-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 916 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
{
"name": "form-validate-js",
"version": "1.0.0",
"description": "Lightweight & simple JavaScript form validation library",
"main": "index.js",
"scripts": {
"test": "src/index..js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmraniCh/form-validate-js.git"
},
"keywords": [
"form",
"validate",
"js"
],
"author": "El Amrani Shakir <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmraniCh/form-validate-js/issues"
},
"homepage": "https:/github.com/AmraniCh/form-validate-js#readme",
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0"
}
}