UNPKG

1.41 kBJSONView Raw
1{
2 "name": "google-libphonenumber",
3 "version": "3.2.15",
4 "description": "The up-to-date and reliable Google's libphonenumber package for node.js.",
5 "author": {
6 "name": "Rui Marinho",
7 "email": "ruipmarinho@gmail.com"
8 },
9 "license": "(MIT AND Apache-2.0)",
10 "homepage": "https://ruimarinho.github.io/google-libphonenumber/",
11 "bugs": "https://github.com/ruimarinho/google-libphonenumber/issues",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/ruimarinho/google-libphonenumber.git"
15 },
16 "main": "dist/libphonenumber.js",
17 "keywords": [
18 "browserify",
19 "e164",
20 "format",
21 "formatting",
22 "international",
23 "libphonenumber",
24 "number",
25 "phone",
26 "phonenumber",
27 "rfc3966",
28 "standardize",
29 "wrapper"
30 ],
31 "options": {
32 "mocha": "--require should test"
33 },
34 "scripts": {
35 "build": "bin/build.sh",
36 "lint": "eslint src/index.js test",
37 "prepare": "npm run build",
38 "test": "npm run build && npm run testonly",
39 "testonly": "mocha $npm_package_options_mocha",
40 "update": "bin/update.sh",
41 "version": "npm run build && git add -A dist"
42 },
43 "devDependencies": {
44 "browserify": "^13.1.0",
45 "eslint": "^7.13.0",
46 "google-closure-compiler": "^20201102.0.1",
47 "google-closure-library": "^20201006.0.0",
48 "mocha": "^8.2.1",
49 "should": "^11.1.0"
50 },
51 "engines": {
52 "node": ">=0.10"
53 }
54}