gitextract_xjtp52z4/ ├── .gitignore ├── Gruntfile.js ├── LICENSE ├── README.md ├── bower.json ├── closure.txt ├── dist/ │ ├── phone-format-amd.js │ ├── phone-format-exports.js │ ├── phone-format-global.js │ └── phone-format.js ├── lib/ │ ├── global-wrap-end.js │ ├── global-wrap-start.js │ ├── google-libraries.js │ └── phone-format-interface.js ├── package.json └── tests/ ├── index.html ├── jquery.js ├── phone-format-amd.js ├── qunit.js ├── require.js ├── test-runner.js └── unit/ └── phone-test.js