intl-tel-input-libphonenumber
Version:
Because there is no commonjs for this
32 lines (31 loc) • 900 B
JSON
{
"name": "intl-tel-input-libphonenumber",
"version": "0.0.7",
"description": "Because there is no commonjs for this",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/browserify src/bootrapped.js -s intl-tel-input-libphonenumber -o build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://diko316@github.com/diko316/intl-tel-input-libphonenumber.git"
},
"keywords": [
"intl-tel-input",
"google",
"libphonenumber"
],
"author": "diko the tech slave",
"license": "MIT",
"bugs": {
"url": "https://github.com/diko316/intl-tel-input-libphonenumber/issues"
},
"homepage": "https://github.com/diko316/intl-tel-input-libphonenumber#readme",
"dependencies": {
"libphonenumber-umd": "^1.0.1"
},
"devDependencies": {
"browserify": "^13.0.0"
}
}