diff --git a/js/x11/examples/smoketest/keyboard/package.json b/js/x11/examples/smoketest/keyboard/package.json new file mode 100644 index 0000000..e1dcf41 --- /dev/null +++ b/js/x11/examples/smoketest/keyboard/package.json @@ -0,0 +1,11 @@ +{ + "name": "keyboard", + "version": "0.0.0", + "description": "", + "main": "getkeyboardmapping.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +}