From 4a9a489d99b28d8cafd99e3e2c0d00e475a34da7 Mon Sep 17 00:00:00 2001 From: Obijuan Date: Fri, 28 Jun 2024 14:10:26 +0200 Subject: [PATCH] Add package.json file --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..dc8d24e --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "ice-chips-verilog", + "version": "0.9.2", + "description": "Library of all common discrete logic devices in Verilog", + "keywords": ["verilog","discrete"], + "license": "GPL-3.0", + "authors": [{ + "name": "Tim Rudy", + "email": "", + "url": "https://github.com/TimRudy" + }], + "contributors": [ + + ], + "repository": { + "type": "git", + "branch": "main", + "url": "https://github.com/TimRudy/ice-chips-verilog" + } +}