diff options
Diffstat (limited to 'addon-sdk/source/examples/reading-data/package.json')
-rw-r--r-- | addon-sdk/source/examples/reading-data/package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addon-sdk/source/examples/reading-data/package.json b/addon-sdk/source/examples/reading-data/package.json new file mode 100644 index 000000000..8bdce6423 --- /dev/null +++ b/addon-sdk/source/examples/reading-data/package.json @@ -0,0 +1,9 @@ +{ + "name": "reading-data", + "description": "A demonstration of reading bundled data.", + "keywords": [], + "author": "Brian Warner", + "contributors": [], + "license": "MPL-2.0", + "id": "reading-data-example@jetpack.mozillalabs.com" +} |