From 4e296550243a68741b7ec9e1660c6d27b95c1fb3 Mon Sep 17 00:00:00 2001 From: Bits Date: Thu, 25 Apr 2019 16:09:17 +0800 Subject: [PATCH] Create package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7cc68e1 --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "description": "kflash, A Python-based Kendryte K210 UART ISP Utility", + "name": "tool-kflash-kendryte210", + "system": "*", + "url": "https://github.com/kendryte/kflash.py", + "version": "1.0.0" +}