-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 942 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
28
29
30
31
32
33
34
35
36
{
"name": "includes-validator",
"version": "1.0.1",
"description": "Provides validator for general purpose testing to identify existence of some pattern/object in text",
"main": "includes-validator.js",
"scripts":{
"test": "eslint includes-validator.js"
},
"repository": {
"type": "git",
"url": "git@github.com:gggauravgandhi/includes-validator.git"
},
"bugs": {
"url": "https://github.com/gggauravgandhi/includes-validator/issues"
},
"homepage": "https://github.com/gggauravgandhi/includes-validator.git",
"keywords": [
"includes",
"validator",
"validation",
"phone",
"email",
"regex",
"string"
],
"author": "Gaurav Gandhi <imgg.gauravgandhi@gmail.com>",
"license": "MIT",
"dependencies": {
"libphonenumber-js": "^1.6.4"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}