diff --git a/package.json b/package.json new file mode 100644 index 0000000000..d2e637045b --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "fxa-content-server-l10n", + "version": "0.0.0", + "description": "l10n assets for Firefox Accounts", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git://github.com/mozilla/fxa-content-server-l10n.git" + }, + "author": "", + "license": "MPL 2", + "bugs": { + "url": "https://github.com/mozilla/fxa-content-server-l10n/issues" + } +}