diff --git a/launcher/package.json b/launcher/package.json new file mode 100644 index 0000000..170bd87 --- /dev/null +++ b/launcher/package.json @@ -0,0 +1,8 @@ +{ + "pkg": "launcher", + "name": "Paper Launcher", + "version": "0.0.1", + "author": "wisplite", + "description": "Cardstock's default launcher", + "icon": "icon.png" +} \ No newline at end of file diff --git a/syslib/package.json b/syslib/package.json new file mode 100644 index 0000000..c758443 --- /dev/null +++ b/syslib/package.json @@ -0,0 +1,3 @@ +{ + "pkg": "syslib" +} \ No newline at end of file