diff options
Diffstat (limited to 'addon-sdk/source/examples/theme/package.json')
-rw-r--r-- | addon-sdk/source/examples/theme/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addon-sdk/source/examples/theme/package.json b/addon-sdk/source/examples/theme/package.json new file mode 100644 index 000000000..bb18a78ae --- /dev/null +++ b/addon-sdk/source/examples/theme/package.json @@ -0,0 +1,10 @@ +{
+ "name": "theme",
+ "title": "theme",
+ "id": "theme@jetpack",
+ "description": "How to create new theme for devtools",
+ "author": "Jan Odvarko",
+ "license": "MPL-2.0",
+ "version": "0.1.0",
+ "main": "lib/main"
+}
|