From a729cfa9e77045138c9cfc63e2d09fa726701d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20S=C3=B8rensen?= Date: Wed, 7 Mar 2018 10:14:44 +0100 Subject: [PATCH] Added package.json --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..555eef4 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "hyper-pocillo-controls", + "version": "1.0.0-alpha", + "description": "Pretty window controls from the Pocillo theme for hyper", + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/moso/hyper-pocillo-controls.git" + }, + "bugs": { + "url": "https://github.com/moso/hyper-pocillo-controls/issues" + }, + "keywords": [ + "hyper", + "hyperterm", + "hyper-plugin", + "hyperterm-plugin", + "plugin", + "pocillo", + "ubuntu budgie", + "window controls" + ], + "author": { + "name": "Morten Sørensen", + "email": "morten@moso.io", + "url": "https://moso.io" + }, + "homepage": "https://moso.io", + "license": "MIT" +}