-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 982 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 982 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
37
38
39
40
41
42
43
{
"name": "dialcodes",
"version": "1.1.3",
"description": "Area codes in the package will help you to complete a local phone number to international format",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Laboratory/dealcodes.git"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"phones",
"country codes",
"area codes",
"city phone codes",
"dial codes"
],
"author": "Vitaly Nikitin (vit.nikitin@gmail.com)",
"license": "MIT",
"dependencies": {
"country-data": "0.0.31",
"country-mapper": "^1.2.1"
},
"devDependencies": {
"async": "^2.6.0",
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"csvtojson": "^1.1.9",
"encoding": "^0.1.12",
"fs-path": "0.0.24",
"lodash": "^4.17.5",
"mocha": "^5.0.5",
"request": "^2.85.0",
"standard": "^11.0.1",
"string": "^3.3.3",
"transliteration": "^1.6.2"
}
}