summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/examples/debug-client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/examples/debug-client/package.json')
-rw-r--r--addon-sdk/source/examples/debug-client/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/addon-sdk/source/examples/debug-client/package.json b/addon-sdk/source/examples/debug-client/package.json
new file mode 100644
index 000000000..058fa97af
--- /dev/null
+++ b/addon-sdk/source/examples/debug-client/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "debug-client",
+ "id": "@debug-client",
+ "title": "Debug client",
+ "description": "Example debug client",
+ "version": "0.0.1",
+ "author": "Irakli Gozalishvili",
+ "main": "./index.js",
+ "license": "MPL-2.0"
+}