summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/addons/author-email/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/test/addons/author-email/package.json')
-rw-r--r--addon-sdk/source/test/addons/author-email/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/addon-sdk/source/test/addons/author-email/package.json b/addon-sdk/source/test/addons/author-email/package.json
new file mode 100644
index 000000000..2654ec431
--- /dev/null
+++ b/addon-sdk/source/test/addons/author-email/package.json
@@ -0,0 +1,6 @@
+{
+ "id": "test-addon-author-email@jetpack",
+ "author": "test <test@mozilla.com>",
+ "version": "0.0.1",
+ "main": "./main.js"
+}