forked from mchotin/libphonenumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 981 Bytes
/
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
{
"author": "mattbornski",
"contributors": [
"Jonathan Harlap <jharlap at bic dot mni dot mcgill dot ca> (http://github.com/jharlap)",
"Hans Malherbe <[email protected]> (http://github.com/hansmalherbe)",
"Bryan Kreitlow <?> (http://github.com/bryankreitlow)"
],
"name": "libphonenumber",
"description": "Google's phone number handling library ported to node.js",
"version": "0.0.6",
"main": "lib/index.js",
"directories" : {
"lib": "lib",
"test": "test"
},
"homepage": "http://code.google.com/p/libphonenumber/",
"keywords": [
"libphonenumber",
"phonenumber",
"phone",
"number",
"e164",
"standardize",
"international"
],
"repository": {
"type": "git",
"url": "https://github.com/mattbornski/libphonenumber.git"
},
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"closure": "1.0.2"
},
"devDependencies": {
"mocha": "1.x"
},
"scripts": {
"test": "mocha"
}
}