From a1fd189c4c770ba2ab4f085dcb849da12687064b Mon Sep 17 00:00:00 2001 From: Zachary Carter Date: Thu, 27 Feb 2014 13:47:07 -0800 Subject: [PATCH] add a package.json --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json 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" + } +}