UNPKG

1.61 kBJSONView Raw
1{
2 "name": "google-libphonenumber",
3 "version": "3.2.1",
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": "SEE LICENSE IN LICENSE",
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 "changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,3ba' -e 'P;D' CHANGELOG.md",
37 "lint": "eslint src/index.js test",
38 "prepublish": "npm run build",
39 "test": "npm run build && npm run testonly",
40 "testonly": "mocha $npm_package_options_mocha",
41 "update": "bin/update.sh",
42 "version": "npm run changelog --future-release=$npm_package_version && npm run build && git add -A CHANGELOG.md dist"
43 },
44 "devDependencies": {
45 "browserify": "^13.1.0",
46 "eslint": "^3.5.0",
47 "eslint-config-seegno": "^6.0.0",
48 "mocha": "^3.0.2",
49 "should": "^11.1.0"
50 },
51 "engines": {
52 "node": ">=0.10"
53 }
54}