From 314b15c0d484d5f4f1d71f5589e8d667f95be0e2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Jan 2020 14:50:14 +0400 Subject: Initial commit Signed-off-by: Valentin Popov --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..dfc9925 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "webos-service-types", + "version": "0.0.1", + "description": "TypeScript's types for WebOS service.", + "main": "index.js", + "repository": "git@code.valentineus.link:webos-service-types.git", + "author": "Valentin Popov ", + "license": "MIT" +} -- cgit v1.2.3