diff --git a/package.json b/package.json new file mode 100644 index 0000000..342eba4 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "libphonenumber", + "version": "0.9.4", + "description": "libphonenumber", + "main": "libphonenumber.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/nathanhammond/libphonenumber.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/nathanhammond/libphonenumber/issues" + }, + "homepage": "https://github.com/nathanhammond/libphonenumber#readme" +}