forked from pdeschen/e164.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 758 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 758 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
{
"author": "Pascal Deschenes <pdeschen@rassemblr.com> (http://blog.rassemblr.com)",
"name": "e164",
"description": "lookup country name given international phone number e164 format.",
"version": "0.0.2",
"keywords": ["phone", "country", "e164"],
"repository": {
"type": "git",
"url": "git://github.com/pdeschen/bancroft.git"
},
"bugs": {
"email": "pdeschen+e164.js@gmail.com",
"url": "http://github.com/pdeschen/e164.js/issues"
},
"main": "e164",
"engines": {
"node": "0.4 || 0.5 || 0.6 || 0.7 || 0.8"
},
"dependencies": {
},
"devDependencies": {},
"scripts": {
"test": "node ./test/test.js"
},
"contributors": [
"Pascal Deschenes <pdeschen@rassemblr.com> (http://blog.rassemblr.com)"
]
}