forked from lykmapipo/phone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@lykmapipo/phone",
"version": "0.3.2",
"description": "Helper utilities for parsing and validate phone numbers",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/phone.git"
},
"keywords": [
"lykmapipo",
"phone",
"mobile",
"number",
"telephone",
"e164",
"national",
"international",
"rfc3966",
"libphonenumber",
"parse",
"validate"
],
"contributors": [
{
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/phone/issues",
"email": "lallyelias87@gmail.com"
},
"homepage": "https://github.com/lykmapipo/phone",
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.0.4",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"jshint-stylish": "^2.2.1",
"mocha": "^6.1.3"
},
"dependencies": {
"lodash": ">=4.17.11",
"@lykmapipo/env": ">=0.7.3",
"google-libphonenumber": ">=3.2.2",
"os-locale": ">=3.1.0"
},
"engines": {
"node": ">=8.11.1",
"npm": ">=5.6.0"
}
}