Skip to content

Commit

Permalink
Merge pull request #10 from Obijuan/master
Browse files Browse the repository at this point in the history
Add package.json file for icm
  • Loading branch information
TimRudy authored Jul 1, 2024
2 parents 5e13952 + 4a9a489 commit 75fc6c1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 75fc6c1

Please sign in to comment.