forked from mattbornski/libphonenumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1.08 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
{
"author": "mattbornski",
"contributors": [
"Jonathan Harlap <jharlap@gmail.com> (http://github.com/jharlap)",
"Hans Malherbe <hans.malherbe@gmail.com> (http://github.com/hansmalherbe)",
"Bryan Kreitlow <?> (http://github.com/bryankreitlow)",
"Mike Belshe <mike@belshe.com> (https://github.com/mbelshe)",
"Jeremy Levy <>jje.levy@gmail.com (https://github.com/jeremylevy)"
],
"name": "libphonenumber",
"description": "Google's phone number handling library ported to node.js",
"version": "0.0.9",
"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": "1.x"
},
"scripts": {
"test": "mocha"
}
}