forked from telefonicaid/libphonenumber-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 920 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
{
"name": "libphonenumber-js",
"version": "7.7.2",
"description": "libphonenumber closure-free bundle builder",
"main": "libphonenumber.js",
"typings": "index",
"files": [
"LICENSE",
"LICENSE.libphonenumber",
"README.md",
"build.sh",
"bootstrap.js",
"libphonenumber.js",
"libphonenumber-*.js",
"index.d.ts",
"test.js"
],
"repository": {
"type": "git",
"url": "[email protected]:telefonicaid/libphonenumber-js.git"
},
"dependencies": {
},
"devDependencies": {
},
"scripts": {
"test": "node test.js libphonenumber.js",
"build": "./build.sh"
},
"keywords": [
"libphonenumber",
"e164",
"phone",
"phonenumber"
],
"author": "Iván -DrSlump- Montes",
"license": "AGPL3",
"bugs": {
"url": "http://github.com/telefonicaid/libphonenumber-js/issues"
},
"homepage": "http://github.com/telefonicaid/libphonenumber-js"
}