-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
45 lines (45 loc) · 1.15 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
{
"author": "mattbornski",
"contributors": [
"Jonathan Harlap <[email protected]> (http://github.com/jharlap)",
"Hans Malherbe <[email protected]> (http://github.com/hansmalherbe)",
"Bryan Kreitlow <?> (http://github.com/bryankreitlow)",
"Mike Belshe <[email protected]> (https://github.com/mbelshe)",
"Jeremy Levy <[email protected]> (https://github.com/jeremylevy)",
"Youri Tolstoy <[email protected]> (https://github.com/ytolstoy)"
],
"name": "libphonenumber",
"description": "Google's phone number handling library ported to node.js",
"version": "0.0.11",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"homepage": "https://github.com/googlei18n/libphonenumber",
"keywords": [
"libphonenumber",
"phonenumber",
"phone",
"number",
"e164",
"standardize",
"international"
],
"repository": {
"type": "git",
"url": "https://github.com/mattbornski/libphonenumber.git"
},
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"closure": "1.0.3"
},
"devDependencies": {
"mocha": "^5.x"
},
"scripts": {
"test": "mocha"
}
}